Calendar::RaiseSelectionChangedEvent Method ()

 

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 the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
void RaiseSelectionChangedEvent()

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.

.NET Framework
Available since 1.1
Return to top
Show: