Class QueryDragInsertInfoEventArgs
Represents the data for the QueryDragInsertInfo event.
Inheritance
System.Object
System.EventArgs
QueryDragInsertInfoEventArgs
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 QueryDragInsertInfoEventArgs : EventArgs
Constructors
QueryDragInsertInfoEventArgs(TreeNodeAdv)
Initialize a new instance of the QueryDragInsertInfoEventArgs class.
Declaration
public QueryDragInsertInfoEventArgs(TreeNodeAdv node)
Parameters
Type | Name | Description |
---|---|---|
TreeNodeAdv | node | A TreeNodeAdv instance. |
Properties
DragInsertColor
Gets or sets the System.Drawing.Color of DragHighLightTracker can be changed based on the tree's background Color
Declaration
public Color DragInsertColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Node
Gets the node value of TreeNodeAdv.
Declaration
public TreeNodeAdv Node { get; }
Property Value
Type |
---|
TreeNodeAdv |