Version

WebMonthView Client-Side Events

Client Events

Client Events Methods

Click

This event fires when any element of the MonthView is clicked.

Parameters

oWebMonthView

The WebMonthView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. element

The html element that corresponds to what was clicked.

DblClick

This event fires when any element of the MonthView is double clicked.

Parameters

oWebMonthView

The WebMonthView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. element

The html element that corresponds to what was double clicked.

Initialize

This event fires when the MonthView initializes.

Parameters

oWebMonthView

The WebMonthView client-side object.

MouseDown

This event fires when a mouse down occurs on any element in the MonthView.

Parameters

oWebMonthView

The WebMonthView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. element

The html element that corresponds to where the mouse button was pressed down.

MouseUp

This event fires when a mouse up occurs on any element in the MonthView.

Parameters

oWebMonthView

The WebMonthView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. element

The html element that corresponds to where the mouse button was released.

NavigateNext

This event fires after the next button on the MonthView is pressed.

Parameters

oWebMonthView

The WebMonthView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. numberOfDays

The number of days that will be navigated.

NavigatePrevious

This event fires after the previous button on the MonthView is pressed.

Parameters

oMonthView

The WebMonthView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. numberOfDays

The number of days that will be navigated.