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