RoundTextBoxOnEnterPressed Method
Namespace: BeeMobile.RoundTextBoxAssembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
protected virtual void OnEnterPressed(
EventArgs e
)
Protected Overridable Sub OnEnterPressed (
e As EventArgs
)
Parameters
- e EventArgs
- An EventArgs instance containing the event data.
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.