Sub OnInteractiveSelectionChange(Sender: Object; Args: IReportInteractiveSelectionChangeEventArgs);
Begin
//set of operators;
End Sub OnInteractiveSelectionChange;
Sub OnInteractiveSelectionChange(Sender: System.Object; Args: Prognoz.Platform.Interop.Report.ReportInteractiveSelectionChangeEventArgs);
Begin
//set of operators;
End Sub OnInteractiveSelectionChange;
Sender. A parameter that returns the component that generated the event.
Args. A parameter that enables the user to determine event parameters.
The OnInteractiveSelectionChange event occurs when the user drags selected data grid area.
Properties of event's argument enable the user to analyze movement direction and target position, and to cancel movement if necessary.
See also: