OutliningMarginBracketControl.OnIsHighlightedChanged(Boolean) 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.
Gestionnaire d’événements appelé lorsque IsHighlighted est modifié.
protected:
virtual void OnIsHighlightedChanged(bool newValue);
protected:
virtual void OnIsHighlightedChanged(bool newValue);
virtual void OnIsHighlightedChanged(bool newValue);
protected virtual void OnIsHighlightedChanged (bool newValue);
abstract member OnIsHighlightedChanged : bool -> unit
override this.OnIsHighlightedChanged : bool -> unit
Protected Overridable Sub OnIsHighlightedChanged (newValue As Boolean)
Paramètres
- newValue
- Boolean
Nouvelle valeur de IsHighlighted.