ASPxClientMenuItemEventHandler<Sender> Interface
A method that will handle the menu’s client events concerning manipulations with an item.
#Declaration
interface ASPxClientMenuItemEventHandler<Sender> { (source: Sender, e: ASPxClientMenuItemEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. This parameter identifies the menu object which raised the event. |
e | ASPx |
An ASPx |