ASPxClientNavBarGroupCancelEventHandler<Sender> Interface
A method that will handle the navbar’s cancelable client events concerning manipulations with a group.
Declaration
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. |