Mobiform Software - Aurora API Documentation

DragDropCompletedEventHandler Delegate

Drag-drop completed (object dropped) delegate.

public delegate void DragDropCompletedEventHandler(
   Object sender,
   Object data,
   Object target,
   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
point

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace