DecoratorHostShape.OnDoubleClick(DiagramPointEventArgs) 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.
Remplace OnDoubleClick pour transférer les événements à la forme parent si ForwardEventsToParent a la valeur true.
public:
override void OnDoubleClick(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^ e);
public override void OnDoubleClick (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs e);
override this.OnDoubleClick : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
Public Overrides Sub OnDoubleClick (e As DiagramPointEventArgs)