Class CheckedChangedEventArgs<T>
Describes a tree node check state change.
public class CheckedChangedEventArgs<T> : EventArgs where T : class
Type Parameters
TThe type of object represented by nodes in the tree.
- Inheritance
-
CheckedChangedEventArgs<T>
- Inherited Members
Constructors
- CheckedChangedEventArgs(TreeView<T>, T, CheckState, CheckState)
Describes a tree node check state change.
Properties
- NewValue
The new check state.
- Object
The object whose check state changed.
- OldValue
The previous check state.
- Tree
The tree whose node check state changed.