Skip to main content

ASPxClientNavBarGroupCancelEventHandler<Sender> Interface

In This Article

A method that will handle the navbar’s cancelable client events concerning manipulations with a group.

#Declaration

TypeScript
interface ASPxClientNavBarGroupCancelEventHandler<Sender> { (source: Sender, e: ASPxClientNavBarGroupCancelEventArgs): void; }

#Parameters

Name Type Description
source Sender

An object representing the event’s source. Identifies the navbar object that raised the event.

e ASPxClientNavBarGroupCancelEventArgs

An ASPxClientNavBarGroupCancelEventArgs object that contains event data.