RoundTextBoxOnResize Method

Raises the Resize event.

Definition

Namespace: BeeMobile.RoundTextBox
Assembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
C#
protected override void OnResize(
	EventArgs e
)

Parameters

e  EventArgs
System.EventArgs.EventArgs

Field Value

An EventArgs that contains the event data.

See Also