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) { }