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
'Declaration
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
newValue
Type: System.BooleanThe new value of IsHighlighted.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.