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

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

Syntax

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

See Also