Common Application Framework

DropTargetEventHandler Delegate

Represents the method that will handle DropTarget related events.

public delegate void DropTargetEventHandler(
   object sender,
   DropTargetEventArgs args
);

Requirements

Namespace: Aveva.ApplicationFramework.Presentation

Assembly: Aveva.ApplicationFramework.Presentation (in Aveva.ApplicationFramework.Presentation.dll)

See Also

Aveva.ApplicationFramework.Presentation Namespace