ASP.NET Core MVC コントロールヘルプ
OnClientPasting メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : OnClientPasting メソッド
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientPasting client event. Occurs when the user is pasting content from the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).
シンタックス
'宣言
 
Public Overridable Function OnClientPasting( _
   ByVal value As System.String _
) As TBuilder
public virtual TBuilder OnClientPasting( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The event handler may cancel the copy operation.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ