Mobiform Software - Aurora API Documentation

DragDropStartingEventHandler Delegate

Drag-drop starting delegate.

public delegate bool DragDropStartingEventHandler(
   Object sender,
   Object data,
   DragDropEffects effects,
   ref Boolean& bCancel
);

Parameters

sender
the dependency object requesting the drag-drop operation
data
the object to be dropped
effects
the drag-drop effect
bCancel
True, cancels the drop operation

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace