NavItemClickEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As NavItem, _
ByVal As System.Windows.Forms.MouseButtons, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public NavItemClickEventArgs(
NavItem ,
System.Windows.Forms.MouseButtons ,
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- item
- クリックする項目。
- button
- マウスのどのボタンが押されたかを示す System.Windows.Forms.MouseButtons 値のいずれか。
- clicks
- マウスのボタンが押された回数。
- x
- マウスクリックの x 座標(ピクセル単位)。
- y
- マウスクリックの y 座標(ピクセル単位)。
- delta
- ホイールが回転されたデテント数の符号付きの値。
参照