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