Class TreeViewAdvCancelableNodeEventArgs
Represents the custom EventArgs class which is used in BeforeExpand event.
Inheritance
System.Object
System.EventArgs
TreeViewAdvCancelableNodeEventArgs
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 TreeViewAdvCancelableNodeEventArgs : TreeViewAdvNodeEventArgs
Constructors
TreeViewAdvCancelableNodeEventArgs(TreeNodeAdv, Boolean)
Initializes a new instance of the TreeViewAdvCancelableNodeEventArgs class.
Declaration
public TreeViewAdvCancelableNodeEventArgs(TreeNodeAdv node, bool cancel)
Parameters
Type | Name | Description |
---|---|---|
TreeNodeAdv | node | The node which is associated with the event |
System.Boolean | cancel |
Properties
Cancel
Gets or sets a boolean property which indicates whether the event is to be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |