WebMonthCalendar1.ClientEvents.MouseOut = "WebMonthCalendar1_MouseOut"
WebMonthCalendar1.ClientEvents.MouseOut = "WebMonthCalendar1_MouseOut";
// The client event 'MouseOut' takes two parameters sender and e // sender is the object which is raising the event // e is the CalendarListOpeningEventArgs function WebMonthCalendar1_MouseOut(sender, e) { window.status = "Mouse is out of the editor"; }