Input for WinForms
NavItemClickedEventArgs コンストラクタ(NavItem,MouseButtons,Int32,Int32,Int32,Int32)

C1.Win.Input.DbNavigator.8 アセンブリ > C1.Win.Input.DbNavigator.Events 名前空間 > NavItemClickedEventArgs クラス > NavItemClickedEventArgs コンストラクタ : NavItemClickedEventArgs コンストラクタ(NavItem,MouseButtons,Int32,Int32,Int32,Int32)
クリックされた項目。
マウスのどのボタンが押されたかを示す System.Windows.Forms.MouseButtons 値のいずれか。
マウスのボタンが押された回数。
マウスクリックの x 座標(ピクセル単位)。
マウスクリックの y 座標(ピクセル単位)。
ホイールが回転されたデテント数の符号付きの値。
NavItemClickedEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal item As NavItem, _
   ByVal button As System.Windows.Forms.MouseButtons, _
   ByVal clicks As System.Integer, _
   ByVal x As System.Integer, _
   ByVal y As System.Integer, _
   ByVal delta As System.Integer _
)
public NavItemClickedEventArgs( 
   NavItem item,
   System.Windows.Forms.MouseButtons button,
   System.int clicks,
   System.int x,
   System.int y,
   System.int delta
)

パラメータ

item
クリックされた項目。
button
マウスのどのボタンが押されたかを示す System.Windows.Forms.MouseButtons 値のいずれか。
clicks
マウスのボタンが押された回数。
x
マウスクリックの x 座標(ピクセル単位)。
y
マウスクリックの y 座標(ピクセル単位)。
delta
ホイールが回転されたデテント数の符号付きの値。
参照

NavItemClickedEventArgs クラス
NavItemClickedEventArgs メンバ
オーバーロード一覧