ComponentOne ASP.NET MVC Controls
OnClientPasted Method

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

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