Edit

Share via


Form.OnFormBorderColorChanged(EventArgs) Method

Definition

Raises the FormBorderColorChanged event when the FormBorderColor property changes.

protected:
 virtual void OnFormBorderColorChanged(EventArgs ^ e);
[System.Diagnostics.CodeAnalysis.Experimental("WFO5001", UrlFormat="https://aka.ms/winforms-warnings/{0}")]
protected virtual void OnFormBorderColorChanged (EventArgs e);
[<System.Diagnostics.CodeAnalysis.Experimental("WFO5001", UrlFormat="https://aka.ms/winforms-warnings/{0}")>]
abstract member OnFormBorderColorChanged : EventArgs -> unit
override this.OnFormBorderColorChanged : EventArgs -> unit
Protected Overridable Sub OnFormBorderColorChanged (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data, in this case empty.

Attributes

Applies to