TreeViewItem::OnUnselected Method (RoutedEventArgs^)
.NET Framework (current version)
Raises the Unselected routed event when the IsSelected property changes from true to false.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows::RoutedEventArgs^
The event arguments.
The control raises the Unselected event by calling RaiseEvent. For more information, see Routed Events Overview.
Notes to Inheritors:
When overriding OnUnselected in a derived class, be sure to call the base class’s OnUnselected method so that registered delegates receive the event.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Available since 3.0
Silverlight
Available since 3.0
Show: