Sub OnDropDown(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnDropDown;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnDropDown event occurs at the moment when the drop-down list is expanded.
See also: