RoundTextBoxOnEscapePressed Method

Raises the EscapePressed event.

Definition

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

Parameters

e  EventArgs
An EventArgs instance containing the event data.

Remarks

This method is called to notify subscribers that the Escape key has been pressed. Derived classes can override this method to provide additional handling when the event is raised.

See Also