Class TreeControlCancelEventArgs
Provides data for 'BeforeExpand', 'BeforeCollapse', 'ExpandedChanged' and other cancelable events.
public class TreeControlCancelEventArgs : BaseCancelEventArgs
- Inheritance
-
TreeControlCancelEventArgs
Constructors
- TreeControlCancelEventArgs(TreeControlItem)
Initializes a new instance of the TreeControlCancelEventArgs class.
Properties
- Item
Gets the item that is being affected.