Mobiform Software - Aurora API Documentation

DragDropCompletingEventHandler Delegate

Drag-drop completing (object dropping) delegate.

public delegate bool DragDropCompletingEventHandler(
   Object sender,
   Object data,
   Object target,
   ref Boolean& bCancel,
   Point point
);

Parameters

sender
the dependency object requesting the drag-drop operation
data
the object to be dropped
target
the object to recieve the dropping object
bCancel
True, cancels the drop operation
point

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace