RoundTextBoxOnEnterPressed Method

Raises the EnterPressed event.

Definition

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

Parameters

e  EventArgs
An EventArgs instance containing the event data.

Remarks

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

See Also