TreeViewItem::OnSelected Method (RoutedEventArgs^)
.NET Framework (current version)
Raises the Selected routed event when the IsSelected property changes from false to true.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows::RoutedEventArgs^
The event arguments.
The control raises the Selected event by calling RaiseEvent. For more information, see Routed Events Overview.
Notes to Inheritors:
When overriding OnSelected in a derived class, be sure to call the base class’s OnSelected 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: