Fires when the expand icon of a resource with ChildrenLoaded="false" is clicked.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
public event LoadNodeEventHandler LoadNode
Visual Basic
Public Event LoadNode As LoadNodeEventHandler
Visual C++
public:
 event LoadNodeEventHandler^ LoadNode {
	void add (LoadNodeEventHandler^ value);
	void remove (LoadNodeEventHandler^ value);
}

See Also