DragCompleted Event
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public event EventHandler<VectorEventArgs> DragCompleted
Public Event DragCompleted As EventHandler(Of VectorEventArgs)
member DragCompleted : IEvent<EventHandler<VectorEventArgs>,
VectorEventArgs>