バージョン

InputMouseOver プロパティ

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

}
参照