Sub OnSelectionChange(Sender: Object; Args: IReportEventArgs);
Begin
//set of operators;
End Sub OnSelectionChange;
Sender - a parameter that returns the component that has generated the event.
Args - a parameter, which enables the user to determine event parameters.
The OnSelectionChange event occurs on changing the selection of cells or cell groups.
See also: