[]
Initializes a new instance of the NavItemMouseEventArgs class.
public NavItemMouseEventArgs(C1DbNavigator navigator, MouseEventArgs e)
Type | Name | Description |
---|---|---|
C1DbNavigator | navigator | The owner of the event. |
MouseEventArgs | e | MouseEventArgs prototype. |
Initializes a new instance of the NavItemMouseEventArgs class.
public NavItemMouseEventArgs(C1DbNavigator navigator, MouseButtons button, int clicks, int x, int y, int delta)
Type | Name | Description |
---|---|---|
C1DbNavigator | navigator | The owner of the event. |
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. |