Compartilhar via


Método OutliningMarginBracketControl.OnIsHighlightedChanged

O manipulador de eventos é chamado quando a propriedade IsHighlighted é alterada.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

OutliningMarginBracketControl Classe

Namespace Microsoft.VisualStudio.Text.Editor