ShortcutEventArgs Interface
In This Article
#Declaration
TypeScript
interface ShortcutEventArgs extends EventArgs
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Properties
#commandName Property
#Declaration
TypeScript
readonly commandName: string
#Property Value
Type |
---|
string |
#handled Property
#Declaration
TypeScript
readonly handled: boolean
#Property Value
Type |
---|
boolean |
#htmlEvent Property
#Declaration
TypeScript
readonly htmlEvent: Object
#Property Value
Type |
---|
Object |