バージョン

Blur プロパティ (DropDownClientEvents)

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

}
参照