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

Removes a listener of the FormatQuery event.

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

Parameters

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

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace