QueryCursorEventArgs 생성자

정의

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

오버로드

QueryCursorEventArgs(MouseDevice, Int32)

지정한 마우스 디바이스와 지정한 타임스탬프를 사용하여 QueryCursorEventArgs 클래스의 새 인스턴스를 초기화합니다.

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

지정한 마우스 디바이스, 타임스탬프 및 스타일러스 디바이스를 사용하여 QueryCursorEventArgs 클래스의 새 인스턴스를 초기화합니다.

QueryCursorEventArgs(MouseDevice, Int32)

지정한 마우스 디바이스와 지정한 타임스탬프를 사용하여 QueryCursorEventArgs 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

mouse
MouseDevice

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

timestamp
Int32

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

적용 대상

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

지정한 마우스 디바이스, 타임스탬프 및 스타일러스 디바이스를 사용하여 QueryCursorEventArgs 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

mouse
MouseDevice

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

timestamp
Int32

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

stylusDevice
StylusDevice

이 이벤트와 연결된 스타일러스 포인터입니다.

적용 대상