Pasting: function(sender, args);
sender. Event source.
args. Event information.
The Pasting event occurs on starting of pasting table rows.
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.
The example of use is given on the page with description of the DataGrid.EnableCopyPaste property.
See also: