PointerCaptureLostEventArgs Constructor
Unstable.
Note: This API is unstable and may change in a future release.
Initializes a new instance of the PointerCaptureLostEventArgs class
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[UnstableAttribute("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
)
<UnstableAttribute("This constructor might be removed in 12.0. If you need to remove capture, use stable methods on the IPointer instance.,")>
Public Sub New (
source As Object,
pointer As IPointer
)
[<UnstableAttribute("This constructor might be removed in 12.0. If you need to remove capture, use stable methods on the IPointer instance.,")>]
new :
source : Object *
pointer : IPointer -> PointerCaptureLostEventArgs