Calendar.RaiseSelectionChangedEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.