DatePicker::OnSelectedDateChanged Method (SelectionChangedEventArgs^)
.NET Framework (current version)
Raises the SelectedDateChanged routed event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows.Controls::SelectionChangedEventArgs^
The data for the event.
The control raises the SelectedDateChanged event by calling RaiseEvent. For more information, see Routed Events Overview.
Notes to Inheritors:
When overriding OnSelectedDateChanged in a derived class, be sure to call the base class’s OnSelectedDateChanged method so that registered delegates receive the event.
.NET Framework
Available since 4.0
Available since 4.0
Show: