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

Syntax

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

See Also