ArcGIS Pro 2.9 API Reference Guide
OnDragOver Method (DropHandlerBase)

ArcGIS.Desktop.Framework.Contracts Namespace > DropHandlerBase Class : OnDragOver Method
Information related to the data being dropped.
Derived classes should override this function to process drag over events.
Syntax
public virtual void OnDragOver( 
   DropInfo dropInfo
)
Public Overridable Sub OnDragOver( _
   ByVal dropInfo As DropInfo _
) 

Parameters

dropInfo
Information related to the data being dropped.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

DropHandlerBase Class
DropHandlerBase Members