StdGraphElementClicked event
Occurs when the user clicks an element in a graph component.
For a graph component that is bound to a collection, the default implementation makes the object in the collection that corresponds to the graph element the current object.
The default implementation fires the following sequence of standard events:
- StdGraphElementClicked
 - StdFormGetBoundValues
 - StdFormPerformValidations
 - StdFormValidationsCompleted
 - StdObjectSelectCurrent
 - StdObjectSelectCurrentCompleted
 - StdFormLoadBoundValues
 - StdFormLoadDerivedValues
 - StdGraphElementClickedCompleted
 
Your application cannot call the default implementation by generating the event.