Skip to main content
All docs
V23.2

ASPxClientTreeListClipboardCellPastingEventHandler<Sender> Interface

A method that will handle the ClipboardCellPasting event.

Declaration

interface ASPxClientTreeListClipboardCellPastingEventHandler<Sender> { (source: Sender, e: ASPxClientTreeListClipboardCellPastingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientTreeListClipboardCellPastingEventArgs

The event data.