Class TreeNodeAdvBeforeCheckEventArgs
Represents the custom EventArgs class that is passed to BeforeCheck event of BeforeCheck event.
Inheritance
System.Object
System.EventArgs
TreeNodeAdvBeforeCheckEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeNodeAdvBeforeCheckEventArgs : TreeViewAdvCancelableNodeEventArgs
Constructors
TreeNodeAdvBeforeCheckEventArgs(TreeNodeAdv, Boolean, CheckState)
Initializes a new instance of TreeNodeAdvBeforeCheckEventArgs class.
Declaration
public TreeNodeAdvBeforeCheckEventArgs(TreeNodeAdv node, bool cancel, CheckState newState)
Parameters
Type | Name | Description |
---|---|---|
TreeNodeAdv | node | The node which is involved in the action |
System.Boolean | cancel | Parameter to indicate whether the action should be cancelled |
System.Windows.Forms.CheckState | newState | The new state of check box associated with node |
Properties
NewCheckState
Gets the checkstate of the node.
Declaration
public CheckState NewCheckState { get; }
Property Value
Type |
---|
System.Windows.Forms.CheckState |