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

Removes a listener of the UserString event.

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

Parameters

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

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace