Partager via


OutliningMarginBracketControl.OnIsHighlightedChanged, méthode

Le gestionnaire d'événements appelé lorsque la propriété d'IsHighlighted est modifiée.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Protected Overridable Sub OnIsHighlightedChanged ( _
    newValue As Boolean _
)
protected virtual void OnIsHighlightedChanged(
    bool newValue
)
protected:
virtual void OnIsHighlightedChanged(
    bool newValue
)
abstract OnIsHighlightedChanged : 
        newValue:bool -> unit  
override OnIsHighlightedChanged : 
        newValue:bool -> unit
protected function OnIsHighlightedChanged(
    newValue : boolean
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

OutliningMarginBracketControl Classe

Microsoft.VisualStudio.Text.Editor, espace de noms