NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimePicker.OnDropDown

The DropDown event occurs when the dropdown calendar is shown.

[Visual Basic]
Overridable Protected Sub OnDropDown( _
   ByVal eventargs As EventArgs _
)
[C#]
protected virtual void OnDropDown(
   EventArgs eventargs
);
[C++]
protected: virtual void OnDropDown(
   EventArgs* eventargs
);
[JScript]
protected function OnDropDown(
   eventargs : EventArgs
);

Parameters

eventargs
[To be supplied.]

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace | AddOnDropDown | RemoveOnDropDown | cor.Event