Sub OnChange(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnChange;
Sender. Parameter that returns the component that generated the event.
Args. Parameter that allows to determine the event parameters.
The OnChange event occurs when the selection status of the component changes.
See also: