C1.Silverlight Namespace / C1TreeView Class / SelectionChanged Event

SelectionChanged Event (C1TreeView)
Occurs when the current selection changes.
Syntax
'Declaration
 
Public Event SelectionChanged As SelectionChangedEventHandler
 
Event Data

The event handler receives an argument of type SelectionChangedEventArgs containing data related to this event. The following SelectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
(Inherited from System.Windows.RoutedEventArgs)
 
See Also