Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides RichTextBox.OnBackColorChanged(EventArgs).
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnBackColorChanged ( _
e As EventArgs _
)
protected override void OnBackColorChanged(
EventArgs e
)
protected:
virtual void OnBackColorChanged(
EventArgs^ e
) override
abstract OnBackColorChanged :
e:EventArgs -> unit
override OnBackColorChanged :
e:EventArgs -> unit
protected override function OnBackColorChanged(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
.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.