'宣言 Public Function New( _ ByVal view As C1FlexGridBase, _ ByVal buttons As System.Windows.Forms.MouseButtons, _ ByVal clicks As System.Integer _ )
public BeforeMouseDownEventArgs( C1FlexGridBase view, System.Windows.Forms.MouseButtons buttons, System.int clicks )
パラメータ
- view
- Control that will fire the event.
- buttons
- System.Windows.Forms.MouseButtons value that indicates which button was pressed.
- clicks
- Number of times the button was pressed and released.