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.RemoveOnDropDown

Removes a listener of the DropDown event.

[Visual Basic]
Public Sub RemoveOnDropDown( _
   ByVal handler As EventHandler _
)
[C#]
public void RemoveOnDropDown(
   EventHandler handler
);
[C++]
public: void RemoveOnDropDown(
   EventHandler* handler
);
[JScript]
public function RemoveOnDropDown(
   handler : EventHandler
);

Parameters

handler
Delegate not to fire on when the event is fired.

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace