ASPxClientGridViewClipboardCellPastingEventHandler<Sender> Interface
A method that will handle the ClipboardCellPasting event.
Declaration
interface ASPxClientGridViewClipboardCellPastingEventHandler<Sender> { (source: Sender, e: ASPxClientGridViewClipboardCellPastingEventArgs): void; }
Parameters
| Name | Type | Description |
|---|---|---|
| source | Sender | The event source. |
| e | ASPxClientGridViewClipboardCellPastingEventArgs | The event data. |