[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeViewColumnMouseEventArgs.-ctor

C1TreeViewColumnMouseEventArgs Constructor

C1TreeViewColumnMouseEventArgs(MouseButtons, int, int, int, int, int)

Initializes a new instance of the C1TreeViewColumnMouseEventArgs class.

Declaration
public C1TreeViewColumnMouseEventArgs(MouseButtons button, int clicks, int x, int y, int delta, int columnIndex)
Public Sub New(button As MouseButtons, clicks As Integer, x As Integer, y As Integer, delta As Integer, columnIndex As Integer)
Parameters
Type Name Description
MouseButtons button

One of the MouseButtons values that indicate which mouse button was pressed.

int clicks

The number of times a mouse button was pressed.

int x

The x-coordinate of a mouse click, in pixels.

int y

The y-coordinate of a mouse click, in pixels.

int delta

A signed count of the number of detents the wheel has rotated.

int columnIndex

The tree column index of TreeView control.