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