Mobiform Software - Aurora API Documentation

DragDropStartedEventHandler Delegate

Drag-drop started delegate.

public delegate void DragDropStartedEventHandler(
   Object sender,
   Object data,
   DragDropEffects effects
);

Parameters

sender
the dependency object requesting the drag-drop operation
data
the object to be dropped
effects
the drag-drop effect

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace