Class TreeColumnAdvMouseEventArgs
Represents the data for the MulticolumnTreeView Mouse event arguments
Inheritance
System.Object
TreeColumnAdvMouseEventArgs
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeColumnAdvMouseEventArgs : MouseEventArgs
Constructors
TreeColumnAdvMouseEventArgs(MouseButtons, Int32, Int32, Int32, Int32, TreeColumnAdv)
Initialize a new instance of the TreeColumnMouseClickEventArgs class.
Declaration
public TreeColumnAdvMouseEventArgs(MouseButtons button, int clicks, int x, int y, int delta, TreeColumnAdv column)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseButtons | button | Defines buttons of mouse System.Windows.Forms.MouseButtons. |
System.Int32 | clicks | Number of the Mouse click. |
System.Int32 | x | |
System.Int32 | y | |
System.Int32 | delta | The number of detent the mouse wheel has rotated. |
TreeColumnAdv | column | Defines column.Syncfusion.Windows.Forms.Tools.MultiColumnTreeView instance. |
Properties
Column
Gets or Sets the column on mouse click.
Declaration
public TreeColumnAdv Column { get; }
Property Value
Type |
---|
TreeColumnAdv |