ASP.NET Core MVC コントロールヘルプ
LazyLoadFunction プロパティ (TreeView)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > TreeView クラス : LazyLoadFunction プロパティ
Gets or sets a client function that loads child nodes on demand.
シンタックス
'宣言
 
Public Property LazyLoadFunction As System.String
public System.string LazyLoadFunction {get; set;}
解説
It takes two parameters: the node being and a callback to be invoked when the data becomes available. The callback function tells the TreeView that the node loading process has been completed. It should always be called, even if there are errors when loading the data.
参照

TreeView クラス
TreeView メンバ