FreeformActivityDesigner.OnDragDrop(ActivityDragEventArgs) Método
Definição
Notifica o FreeformActivityDesigner quando uma operação do tipo "arrastar e soltar" é concluída dentro dos limites de sua superfície de design.Notifies the FreeformActivityDesigner when a drag-drop operation is completed within the bounds of its design surface.
protected:
override void OnDragDrop(System::Workflow::ComponentModel::Design::ActivityDragEventArgs ^ e);
protected override void OnDragDrop (System.Workflow.ComponentModel.Design.ActivityDragEventArgs e);
override this.OnDragDrop : System.Workflow.ComponentModel.Design.ActivityDragEventArgs -> unit
Protected Overrides Sub OnDragDrop (e As ActivityDragEventArgs)
Parâmetros
O ActivityDragEventArgs que define os argumentos de evento de operação.The ActivityDragEventArgs that defines the operation event arguments.