Method OnViewKeyDown
OnViewKeyDown(KeyDownEvent)
Called when the popup has received a KeyDownEvent.
By default this method handles the dismiss of the popup via the Escape key or a Return button.
Declaration
protected virtual void OnViewKeyDown(KeyDownEvent evt)
Parameters
Type | Name | Description |
---|---|---|
KeyDownEvent | evt | The event the popup has received. |