Back to Devexpress

NavBarGroupCancelEventHandler Delegate

aspnet-devexpress-dot-web-57ade23b.md

latest1.4 KB
Original Source

NavBarGroupCancelEventHandler Delegate

A method that will handle the cancelable events concerning manipulations with groups.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void NavBarGroupCancelEventHandler(
    object source,
    NavBarGroupCancelEventArgs e
);
vb
Public Delegate Sub NavBarGroupCancelEventHandler(
    source As Object,
    e As NavBarGroupCancelEventArgs
)

Parameters

NameTypeDescription
sourceObject

A Object representing the event source. Identifies the ASPxNavBar control that raised the event.

| | e | NavBarGroupCancelEventArgs |

A NavBarGroupCancelEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace