Skip to main content

TcxCustomScheduler.OnNavigationButtonClick Event

Allows you to respond to the user event navigation button click.

Declaration

property OnNavigationButtonClick: TcxSchedulerNavigationButtonClickEvent read; write;

Remarks

Fires after an enabled user event navigation button has been clicked.

User event navigation buttons are displayed if no user events are scheduled on the date currently shown in the time View. These buttons are enabled, if user events are scheduled on other dates.

Sender specifies the scheduler control.

AnInterval returns a signed time interval to the nearest user event. If the value is negative, it means that the Previous appointment button has been clicked. A positive value means that the Next appointment button has been clicked.

AResource returns a resource, to which the navigation button belongs.

AHandled specifies whether the default action is required. Set AHandled to True to prevent the default action execution.

See Also