OnClientPastedCell Property (TransposedGrid<T>)
In This Topic
Occurs after the user has pasted content from the clipboard into a cell.
Syntax
'Declaration
Public Overridable Property OnClientPastedCell As String
public virtual string OnClientPastedCell {get; set;}
See Also