[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.OnClientCopied

OnClientCopied Method

OnClientCopied(string)

Configurates the OnClientCopied client event. Occurs after the user has copied the selection content to the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).

Declaration
public virtual TBuilder OnClientCopied(string value)
Public Overridable Function OnClientCopied(value As String) As TBuilder
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.