MouseButtonEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MouseButtonEventArgs 클래스의 새 인스턴스를 초기화합니다.
오버로드
MouseButtonEventArgs(MouseDevice, Int32, MouseButton) |
지정된 MouseButtonEventArgs, 타임스탬프 및 MouseDevice을 사용하여 MouseButton 클래스의 새 인스턴스를 초기화합니다. |
MouseButtonEventArgs(MouseDevice, Int32, MouseButton, StylusDevice) |
지정된 MouseButtonEventArgs, 타임스탬프, MouseDevice 및 MouseButton를 사용하여 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, 타임스탬프, MouseDevice 및 MouseButton를 사용하여 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
이 이벤트와 연결된 스타일러스 디바이스입니다.
추가 정보
적용 대상
.NET