BootstrapButtonEditEventMap Interface
In This Article
#Declaration
TypeScript
interface BootstrapButtonEditEventMap extends BootstrapClientEditEventMap
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Inheritance
ControlEventMap
BootstrapClientEditEventMap
BootstrapButtonEditEventMap
#Properties
#buttonClick Property
#Declaration
TypeScript
"buttonClick": ButtonEditClickEventArgs
#Property Value
Type |
---|
Button |
#keyDown Property
#Declaration
TypeScript
"keyDown": EditKeyEventArgs
#Property Value
Type |
---|
Edit |
#keyPress Property
#Declaration
TypeScript
"keyPress": EditKeyEventArgs
#Property Value
Type |
---|
Edit |
#keyUp Property
#Declaration
TypeScript
"keyUp": EditKeyEventArgs
#Property Value
Type |
---|
Edit |
#textChanged Property
#Declaration
TypeScript
"textChanged": ProcessingModeEventArgs
#Property Value
Type |
---|
Processing |
#userInput Property
#Declaration
TypeScript
"userInput": EventArgs
#Property Value
Type |
---|
Event |