Skip to main content
A newer version of this page is available. .

ASPxClientNavBarGroupCancelEventArgs Class

Provides data for cancellable events which concern manipulations on groups.

Declaration

declare class ASPxClientNavBarGroupCancelEventArgs extends ASPxClientProcessingModeCancelEventArgs

Remarks

Objects of the ASPxClientNavBarGroupCancelEventArgs type are used as arguments for the ASPxClientNavBar.ExpandedChanging and ASPxClientNavBar.HeaderClick events which are generated on the client side.

ASPxClientNavBarGroupCancelEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

See Also