StructuredCompositeActivityDesigner.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 le StructuredCompositeActivityDesigner lorsqu’une opération de glisser-déposer 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.
Exceptions
e
contient une référence Null (Nothing
en Visual Basic).