Event EnterPressed
Occurs when Enter key is pressed in the control.
public event EventHandler? EnterPressed
Returns
- EventHandler
- Occurs when Enter key is pressed in the control.
Remarks
Event is raised only if ProcessEnter is true.
Occurs when Enter key is pressed in the control.
public event EventHandler? EnterPressed
Event is raised only if ProcessEnter is true.