Skip to main content

ASPxClientRibbon.KeyTipsClosedOnEscape Event

Fires after key tips are closed by pressing Esc.

#Declaration

TypeScript
KeyTipsClosedOnEscape: ASPxClientEvent<ASPxClientEventHandler<ASPxClientRibbon>>

#Event Data

The KeyTipsClosedOnEscape event's data class is ASPxClientEventArgs.

#Remarks

The ASPxRibbon control provides end-users with the capability to navigate through ribbon items using the keyboard. Write the KeyTipsClosedOnEscape event handler to perform custom actions after key tips are closed by pressing Esc.

ASPxRibbon_KeyboardSupport_Tabs

#Concept

Keyboard Support

#Online Demo

Ribbon - Keyboard Support

See Also