DragOver preview event.

Namespace: TallComponents.Interaction.WinForms.Interactors
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public event EventHandler<PreviewEvent<DragDropEventArgs>> PreviewDragOver
Visual Basic
Public Event PreviewDragOver As EventHandler(Of PreviewEvent(Of DragDropEventArgs))

See Also