[]
Initializes a new instance of the BeforeMouseDownEventArgs class.
public BeforeMouseDownEventArgs(MouseEventArgs e)
| Type | Name | Description |
|---|---|---|
| MouseEventArgs | e | MouseEventArgs with mouse event information. |
Initializes a new instance of the BeforeMouseDownEventArgs class.
public BeforeMouseDownEventArgs(C1FlexGridBase view, MouseButtons buttons, int clicks)
| Type | Name | Description |
|---|---|---|
| C1FlexGridBase | view | Control that will fire the event. |
| MouseButtons | buttons | MouseButtons value that indicates which button was pressed. |
| int | clicks | Number of times the button was pressed and released. |