OnClientPasted Property (TransposedGrid<T>)
In This Topic
Occurs after the user has pasted content from the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).
Syntax
'Declaration
Public Overridable Property OnClientPasted As String
public virtual string OnClientPasted {get; set;}
See Also