Table of Contents

Class PointerCaptureLostEventArgs

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll
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

source object
pointer IPointer

Properties

Pointer

public IPointer Pointer { get; }

Property Value

IPointer