Share via


OutliningMarginBracketControl.OnIsHighlightedChanged Method

The event handler called when the IsHighlighted property is changed.

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

Syntax

'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
)

Parameters

.NET Framework Security

See Also

Reference

OutliningMarginBracketControl Class

Microsoft.VisualStudio.Text.Editor Namespace