ASPxClientNavBarGroupEventHandler<Sender> Interface
A method that will handle the navbar’s client events concerning manipulations with a group.
#Declaration
interface ASPxClientNavBarGroupEventHandler<Sender> { (source: Sender, e: ASPxClientNavBarGroupEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event’s source. Identifies the navbar object that raised the event. |
e | ASPx |
An ASPx |