[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Events.NavItemClickedEventArgs.-ctor

NavItemClickedEventArgs Constructor

NavItemClickedEventArgs(NavItem, MouseEventArgs)

Initializes a new instance of the NavItemClickedEventArgs class.

Declaration
public NavItemClickedEventArgs(NavItem item, MouseEventArgs e)
Parameters
Type Name Description
NavItem item

Clicked item.

MouseEventArgs e

MouseEventArgs prototype.

NavItemClickedEventArgs(NavItem, MouseButtons, int, int, int, int)

Initializes a new instance of the NavItemClickedEventArgs class.

Declaration
public NavItemClickedEventArgs(NavItem item, MouseButtons button, int clicks, int x, int y, int delta)
Parameters
Type Name Description
NavItem item

Clicked item.

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.