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

Removes a listener of the Format event.

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

Parameters

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

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace