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

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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