var instance; // Type: DropDownEditor
instance.KeyPress = function(sender, eArgs) { };
OnKeyPress = function (
: Object,
: EventArgs
) { };
HTML属性
<ClientEvents KeyPress = "
handler"... />
ClientEventsプロパティへの関連付け
object.ClientEvents.KeyPress= "
handler"
パラメータ
- sender
- イベントが発生したコントロールのオブジェクト
- eArgs
- イベントデータ