Sub OnSelectionChanged(Sender: Object; Args: IDimensionViewerEventArgs);
Begin
//set of operators;
End Sub OnSelectionChanged;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnSelectionChanged event occurs when the componen element selection is changed.
See also: