Version

clipboardText Property

Text that is being copied from ot pasted into the grid.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_clipboardText() : {Any}
function set_clipboardText(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfClipboardEventArgs.get_clipboardText();
See Also