File

src/components/kendoUI/textbox/KeyPressEventArgs.ts

Extends

EventData

Index

Properties
Methods
Accessors

Constructor

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 :
Name Type Optional Description
event any No

The original javascript event object

Id string No

The sender component id

target ControlComponent No
mapperId string Yes

The sender component mapperId

Properties

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

Methods

updateControl
updateControl()

Updates the text if the key char was modified

Returns : void

Accessors

keyChar
getkeyChar()

Get the current key char

Returns : string
setkeyChar(value: string)

Sets the current key char

Parameters :
Name Type Optional
value string No
Returns : void

results matching ""

    No results matching ""