[]
Configurates the OnClientPastedCell client event. Occurs after the user has pasted content from the clipboard into a cell.
public virtual TBuilder OnClientPastedCell(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |