Sub OnDropDown(Sender: Object; Args: IDateTimePickerEventArgs);
Begin
//set of operators;
End Sub OnDropDown;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnDropDown events occurs right after expanding the drop-down calendar.
See also: