ComponentOne ASP.NET MVC Controls
OnClientCopied Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientCopied Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.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).
Syntax
'Declaration
 
Public Overridable Function OnClientCopied( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder OnClientCopied( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members