[]
        
(Showing Draft Content)

C1.Win.FlexGrid.BeforeMouseDownEventArgs

BeforeMouseDownEventArgs Class

Provides data for the BeforeMouseDown event.

Inheritance
BeforeMouseDownEventArgs
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public class BeforeMouseDownEventArgs : EventArgs

Constructors

Name Description
BeforeMouseDownEventArgs(C1FlexGridBase, MouseButtons, int)

Initializes a new instance of the BeforeMouseDownEventArgs class.

BeforeMouseDownEventArgs(MouseEventArgs)

Initializes a new instance of the BeforeMouseDownEventArgs class.

Properties

Name Description
Button

Gets which mouse button was pressed.

Cancel

Gets or sets a value indicating whether the event should be canceled.

Clicks

Gets the number of times the mouse button was pressed and released.

Delta

Gets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel.

X

Gets the x-coordinate of a mouse click.

Y

Gets the y-coordinate of a mouse click.