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