StructuredCompositeActivityDesigner.OnDragDrop(ActivityDragEventArgs) Método
Definição
Notifica o StructuredCompositeActivityDesigner quando uma operação de arrastar e soltar é concluída dentro dos limites de sua área de design.Notifies the StructuredCompositeActivityDesigner when a drag-drop operation is completed with 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.
Exceções
e contém uma referência nula (Nothing no Visual Basic).e contains a null reference (Nothing in Visual Basic).