Invoked when another object is dragged over this interactor.

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

Syntax

C#
protected virtual void OnDragOver(
	DragDropEventArgs args
)
Visual Basic
Protected Overridable Sub OnDragOver ( _
	args As DragDropEventArgs _
)

Remarks

This method does nothing. Override it to provide custom handling. Let IsOver return false if you do not want this interactor to attract mouse DragOver events at all.

See Also