バージョン

InputKeyUp プロパティ

シンタックス
'宣言
 
Public Property InputKeyUp As String
public string InputKeyUp {get; set;}
使用例
WebDropDown1.ClientEvents.InputKeyUp = "WebDropDown_InputKeyUp"
WebDropDown1.ClientEvents.InputKeyUp = "WebDropDown_InputKeyUp";
// The client event 'InputKeyUp' takes two parameters sender and e
         // sender  is the object which is raising the event
         // e is the DropDownControlEventArgs
         
         function WebDropDown_InputKeyUp(sender, e) {
}
参照