Class TreeViewAdvSelectionEventArgs
Represents the data for the BeforeSelect event.
Inheritance
System.Object
System.EventArgs
TreeViewAdvSelectionEventArgs
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 TreeViewAdvSelectionEventArgs : EventArgs
Constructors
TreeViewAdvSelectionEventArgs(SelectedNodesCollection, TreeViewAdvAction)
Initialize a new instance of the TreeViewAdvSelectionEventArgs class.
Declaration
public TreeViewAdvSelectionEventArgs(SelectedNodesCollection selectedNodes, TreeViewAdvAction action)
Parameters
Type | Name | Description |
---|---|---|
SelectedNodesCollection | selectedNodes | The A SelectedNodesCollection instance. |
TreeViewAdvAction | action | A TreeViewAdvAction type. |
Properties
Action
Gets the Action of TreeViewAdv.
Declaration
public TreeViewAdvAction Action { get; }
Property Value
Type |
---|
TreeViewAdvAction |
SelectedNodes
Gets the selected node collection.
Declaration
public SelectedNodesCollection SelectedNodes { get; }
Property Value
Type |
---|
SelectedNodesCollection |