MouseButtonEventArgs 생성자

정의

MouseButtonEventArgs 클래스의 새 인스턴스를 초기화합니다.

오버로드

MouseButtonEventArgs(MouseDevice, Int32, MouseButton)

지정된 MouseButtonEventArgs, 타임스탬프 및 MouseDevice을 사용하여 MouseButton 클래스의 새 인스턴스를 초기화합니다.

MouseButtonEventArgs(MouseDevice, Int32, MouseButton, StylusDevice)

지정된 MouseButtonEventArgs, 타임스탬프, MouseDeviceMouseButton를 사용하여 StylusDevice 클래스의 새 인스턴스를 초기화합니다. .

MouseButtonEventArgs(MouseDevice, Int32, MouseButton)

지정된 MouseButtonEventArgs, 타임스탬프 및 MouseDevice을 사용하여 MouseButton 클래스의 새 인스턴스를 초기화합니다.

public:
 MouseButtonEventArgs(System::Windows::Input::MouseDevice ^ mouse, int timestamp, System::Windows::Input::MouseButton button);
public MouseButtonEventArgs (System.Windows.Input.MouseDevice mouse, int timestamp, System.Windows.Input.MouseButton button);
new System.Windows.Input.MouseButtonEventArgs : System.Windows.Input.MouseDevice * int * System.Windows.Input.MouseButton -> System.Windows.Input.MouseButtonEventArgs
Public Sub New (mouse As MouseDevice, timestamp As Integer, button As MouseButton)

매개 변수

mouse
MouseDevice

이 이벤트와 연결된 논리적 마우스 디바이스입니다.

timestamp
Int32

입력이 이루어진 시간입니다.

button
MouseButton

상태를 설명할 마우스 단추입니다.

추가 정보

적용 대상

MouseButtonEventArgs(MouseDevice, Int32, MouseButton, StylusDevice)

지정된 MouseButtonEventArgs, 타임스탬프, MouseDeviceMouseButton를 사용하여 StylusDevice 클래스의 새 인스턴스를 초기화합니다. .

public:
 MouseButtonEventArgs(System::Windows::Input::MouseDevice ^ mouse, int timestamp, System::Windows::Input::MouseButton button, System::Windows::Input::StylusDevice ^ stylusDevice);
public MouseButtonEventArgs (System.Windows.Input.MouseDevice mouse, int timestamp, System.Windows.Input.MouseButton button, System.Windows.Input.StylusDevice stylusDevice);
new System.Windows.Input.MouseButtonEventArgs : System.Windows.Input.MouseDevice * int * System.Windows.Input.MouseButton * System.Windows.Input.StylusDevice -> System.Windows.Input.MouseButtonEventArgs
Public Sub New (mouse As MouseDevice, timestamp As Integer, button As MouseButton, stylusDevice As StylusDevice)

매개 변수

mouse
MouseDevice

이 이벤트와 연결된 논리적 마우스 디바이스입니다.

timestamp
Int32

이벤트가 발생한 시간입니다.

button
MouseButton

이 이벤트와 연결된 단추입니다.

stylusDevice
StylusDevice

이 이벤트와 연결된 스타일러스 디바이스입니다.

추가 정보

적용 대상