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

NavBarGroupCancelEventArgs Class

Provides data for cancellable events which concern manipulations on groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class NavBarGroupCancelEventArgs :
    NavBarGroupEventArgs

Remarks

Objects of the NavBarGroupCancelEventArgs type are used as arguments for the ASPxNavBar.ExpandedChanging and ASPxNavBar.HeaderClick events which are generated on the server side.

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

See Also