OutliningMarginBracketControl.OnIsHighlightedChanged(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The event handler called when IsHighlighted is changed.
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)
Parameters
- newValue
- Boolean
The new value of IsHighlighted.