Form.OnFormCornerPreferenceChanged(EventArgs) Method

Definition

Raises the FormCornerPreferenceChanged event when the FormCornerPreference property changes.

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

Parameters

e
EventArgs

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

Attributes

Applies to