ASPxClientSpreadsheetPopupMenuShowingEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientSpreadsheet.PopupMenuShowing event.
#Declaration
TypeScript
interface ASPxClientSpreadsheetPopupMenuShowingEventHandler<Sender> { (source: Sender, e: ASPxClientSpreadsheetPopupMenuShowingEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event sender (typically an ASPx |
e | ASPx |
A ASPx |