バージョン

InputKeyDown プロパティ

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