TreeViewItem.OnUnselected Method
.NET Framework 4
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 InheritorsWhen overriding OnUnselected in a derived class, be sure to call the base class’s OnUnselected method so that registered delegates receive the event.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.