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