OnDragCompleted Method
Invoked when an unhandled DragCompletedEvent reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual void OnDragCompleted(
VectorEventArgs e
)
Protected Overridable Sub OnDragCompleted (
e As VectorEventArgs
)
abstract OnDragCompleted :
e : VectorEventArgs -> unit
override OnDragCompleted :
e : VectorEventArgs -> unit
Parameters
- VectorEventArgs
- Data about the event.