Fires when the user expands a resource tree node.

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

Syntax

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

See Also