DragOverEvent Field
Event which is raised, when a drag-and-drop operation is updated while over the element.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static readonly RoutedEvent<DragEventArgs> DragOverEvent
Public Shared ReadOnly DragOverEvent As RoutedEvent(Of DragEventArgs)
static val DragOverEvent: RoutedEvent<DragEventArgs>