Class TreeViewCancelEventArgs
Provides data for BeforeExpand, BeforeCollapse, ExpandedChanged anf other cancelable events.
public class TreeViewCancelEventArgs : CancelEventArgs
- Inheritance
-
TreeViewCancelEventArgs
Constructors
- TreeViewCancelEventArgs(TreeViewItem)
Initializes a new instance of the TreeViewCancelEventArgs class.
Properties
- Item
Gets the item that is being affected.