HoldingRoutedEventArgs.PointerDeviceType 속성

정의

연결된 입력 이벤트를 시작한 포인터 디바이스에 대한 PointerDeviceType 을 가져옵니다.

public:
 property PointerDeviceType PointerDeviceType { PointerDeviceType get(); };
PointerDeviceType PointerDeviceType();
public PointerDeviceType PointerDeviceType { get; }
var pointerDeviceType = holdingRoutedEventArgs.pointerDeviceType;
Public ReadOnly Property PointerDeviceType As PointerDeviceType

속성 값

이 이벤트 발생에 대한 PointerDeviceType 입니다.

적용 대상