This event is raised whenever an item is selected in the ObjectView.
Defined As
Parameters
item
[in]
A reference
to the item that was selected in the ObjectView.
processAnalyst
[in]
Indicates the
Process Analyst object which raised the event. (Cicode only)
Calling Syntax
Assumes you have a Process Analyst on a page with an event class defined as myPage_AN35.
[VBA]
Sub myPage_AN35_OVItemSelected(item As Object)
End Sub
[Cicode]
FUNCTION myPage_AN35_OVItemSelected(OBJECT processAnalyst, OBJECT item)
END