Skip to main content

TcxSchedulerResourceNavigator.OnButtonClick Event

Fires when either the built-in or custom resource navigation button has been clicked.

Declaration

property OnButtonClick: TcxSchedulerNavigatorButtonClickEvent read; write;

Remarks

Handle this event to provide custom behavior when the built-in or custom resource navigation button has been clicked.

The Sender parameter specifies the resource navigator.

The AButton parameter specifies the instance of the button clicked.

The AHandled parameter specifies whether the default behavior is required when the event handler finishes its execution. Assign the AHandled parameter a value of True to prevent the default behavior from being executed when the OnButtonClick event handler exits. The AHandled parameter’s value is in effect if the built-in resource navigation button has been clicked.

See Also