ComponentOne ASP.NET MVC Controls
OnClientCopying Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientCopying Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientCopying client event. Occurs when the user is copying the selection content to the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).
Syntax
'Declaration
 
Public Overridable Function OnClientCopying( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder OnClientCopying( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The event handler may cancel the copy operation.
See Also

Reference

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