バージョン

InputMouseOut プロパティ

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