DataGridCell::OnUnselected Method (RoutedEventArgs^)
.NET Framework (current version)
Raises the Unselected 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 OnUnselected 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 OnUnselected in a derived class, make sure that you 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: