TreeViewSelectionEvent.NewTreeViewItem Property | |
The TreeViewItem object that is selected as a result of this event.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NewTreeViewItem AS TreeViewItem GET
public virtual TreeViewItem NewTreeViewItem { get; }
Request Example
View SourceProperty Value
Type:
TreeViewItemThe TreeViewItem object that is selected as a result of this event.
See Also