DataGridRow::OnUnselected Method (RoutedEventArgs^)
.NET Framework (current version)
Raises the Unselected event when the IsSelected property value changes to false.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows::RoutedEventArgs^
The event data, which is empty when this method is called by the DataGridRow.
Raising an event invokes the event handler through a delegate. For more information, see NIB: Raising an Event.
The OnUnselected method also allows 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 OnUnselected in a derived class, make sure to call the base class’s OnUnselected method so that registered delegates receive the event.
.NET Framework
Available since 4.0
Available since 4.0
Show: