Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerResourceNavigator.OnButtonClick Event

In This Article

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

#Declaration

Delphi
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