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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeViewBuilder クラス : OnClientDragOver メソッド
The value.
Configurates the C1.Web.Mvc.TreeView.OnClientDragOver client event. Occurs while the user drags a node over other nodes on the C1.Web.Mvc.TreeView.
シンタックス
'宣言
 
Public Function OnClientDragOver( _
   ByVal value As System.String _
) As TreeViewBuilder
public TreeViewBuilder OnClientDragOver( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Returns true if the event is not cancelled.
参照

TreeViewBuilder クラス
TreeViewBuilder メンバ