DataGrid.Pasting

Syntax

Pasting: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The Pasting event occurs on starting of pasting table rows.

Comments

The Pasting event occurs on pressing CTRL + V if there are selected rows in table, and there are also copied table rows in the clipboard.

Example

The example of use is given on the page with description of the DataGrid.EnableCopyPaste property.

See also:

DataGrid