DateTimePicker.OnDropDown

Syntax

Sub OnDropDown(Sender: Object; Args: IDateTimePickerEventArgs);

Begin

//set of operators;

End Sub OnDropDown;

Parameters

Sender - parameter that returns the component that has generated the event.

Args - parameter that enables the user to determine event parameters.

Description

The OnDropDown events occurs right after expanding the drop-down calendar.

See also:

DateTimePicker