BootstrapListBoxEventMap Interface
In This Article
#Declaration
TypeScript
interface BootstrapListBoxEventMap extends BootstrapClientEditEventMap
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Inheritance
#Properties
#beginCallback Property
#Declaration
TypeScript
"beginCallback": BeginCallbackEventArgs
#Property Value
Type |
---|
Begin |
#callbackError Property
#Declaration
TypeScript
"callbackError": CallbackErrorEventArgs
#Property Value
Type |
---|
Callback |
#customHighlighting Property
#Declaration
TypeScript
"customHighlighting": ListEditCustomHighlightingEventArgs
#Property Value
Type |
---|
List |
#endCallback Property
#Declaration
TypeScript
"endCallback": EndCallbackEventArgs
#Property Value
Type |
---|
End |
#itemDoubleClick Property
#Declaration
TypeScript
"itemDoubleClick": EventArgs
#Property Value
Type |
---|
Event |
#itemFiltering Property
#Declaration
TypeScript
"itemFiltering": ListEditItemFilteringEventArgs
#Property Value
Type |
---|
List |
#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 |
#selectedIndexChanged Property
#Declaration
TypeScript
"selectedIndexChanged": ProcessingModeEventArgs
#Property Value
Type |
---|
Processing |