FreeformActivityDesigner.OnDragDrop(ActivityDragEventArgs) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Notifie FreeformActivityDesigner lorsqu'une opération glisser-déplacer est effectuée dans les limites de son aire de conception.
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)
Paramètres
ActivityDragEventArgs qui définit les arguments d'événement de l'opération.