Calendar.RaiseSelectionChangedEvent Method

Definition

Called to raise an event indicating that the selection changed. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void RaiseSelectionChangedEvent();
public void RaiseSelectionChangedEvent ();
member this.RaiseSelectionChangedEvent : unit -> unit
Public Sub RaiseSelectionChangedEvent ()

Remarks

This method is called internally by ASP.NET. It provides a wrapper to raise the SelectionChanged event when a date is selected by the user. Unlike the OnSelectionChanged method, this method is public and can be called by different adapters when they have collected the selected date.

Applies to

See also