src/components/kendoUI/textbox/KeyPressEventArgs.ts
Properties |
Methods |
Accessors |
constructor(event: any, Id: string, target: ControlComponent, mapperId?: string)
|
||||||||||||||||||||
Creates a new EventData object that keeps information about the executed event and the sender component
Parameters :
|
Private _keyChar |
Type : string
|
The backing field for key char |
Private target |
Type : ControlComponent
|
args |
Type : any
|
event |
Type : any
|
Id |
Type : string
|
mapperId |
Type : string
|
updateControl |
updateControl()
|
Updates the text if the key char was modified
Returns :
void
|
keyChar | ||||||
getkeyChar()
|
||||||
Get the current key char
Returns :
string
|
||||||
setkeyChar(value: string)
|
||||||
Sets the current key char
Parameters :
Returns :
void
|