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!

MonthCalendar.RemoveOnDateSelected

Removes the given handler for the "DateSelected" event. If there are duplicate entries, ALL are removed.

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

Parameters

handler
Event handler to be removed.

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace