ToggleButtonField.OnKeyUp(DiagramKeyEventArgs) 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.
Appelée lorsqu'une touche est relâchée. Pour être appelé, ce ShapeField doit être le ShapeField ciblé dans la sélection.
public:
override void OnKeyUp(Microsoft::VisualStudio::Modeling::Diagrams::DiagramKeyEventArgs ^ e);
public override void OnKeyUp (Microsoft.VisualStudio.Modeling.Diagrams.DiagramKeyEventArgs e);
override this.OnKeyUp : Microsoft.VisualStudio.Modeling.Diagrams.DiagramKeyEventArgs -> unit
Public Overrides Sub OnKeyUp (e As DiagramKeyEventArgs)
Paramètres
DiagramKeyEventArgs contenant les données d'événement.