Sub OnSelectionChanged(Sender: IUiErAnalyzer; Args: IUiErAnalyzerEventArgs);
Begin
//set of operators;
End Sub OnSelectionChanged;
The Sender parameter returns the component that has generated the event.
The Args parameter that determines event parameters.
The OnSelectionChanged event occurs on changing the selection of the express report elements.
See also: