Back to Devexpress

NavBarGroupCancelEventArgs Class

aspnet-devexpress-dot-web-2ad2ae2d.md

latest1.8 KB
Original Source

NavBarGroupCancelEventArgs Class

Provides data for cancellable events which concern manipulations on groups.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class NavBarGroupCancelEventArgs :
    NavBarGroupEventArgs
vb
Public Class NavBarGroupCancelEventArgs
    Inherits NavBarGroupEventArgs

NavBarGroupCancelEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs NavBarGroupEventArgs NavBarGroupCancelEventArgs BootstrapAccordionGroupCancelEventArgs

See Also

NavBarGroupCancelEventArgs Members

DevExpress.Web Namespace