ASPxClientRibbon.KeyTipsClosedOnEscape Event
In This Article
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.
#Concept
#Online Demo
See Also