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