DataGridCell::OnSelected Method (RoutedEventArgs^)
.NET Framework (current version)
Raises the Selected event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows::RoutedEventArgs^
The data for the event.
Raising an event invokes the event handler through a delegate. For more information, see NIB: Raising an Event.
The OnSelected method also enables derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Notes to Inheritors:
When overriding OnSelected in a derived class, make sure that you call the base class’s OnSelected method so that registered delegates receive the event.
.NET Framework
Available since 4.0
Available since 4.0
Show: