Class PointerCaptureLostEventArgs
public class PointerCaptureLostEventArgs : RoutedEventArgs
- Inheritance
-
PointerCaptureLostEventArgs
- Inherited Members
Constructors
PointerCaptureLostEventArgs(object, IPointer)
[Unstable("This constructor might be removed in 12.0. If you need to remove capture, use stable methods on the IPointer instance.,")]
public PointerCaptureLostEventArgs(object source, IPointer pointer)
Parameters
Properties
Pointer
public IPointer Pointer { get; }