Event for handling the dynamic content generation request.

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

Syntax

C#
[ObsoleteAttribute("Use a specific Render*Bubble event instead.")]
public event RenderEventHandler RenderContent
Visual Basic (Declaration)
<ObsoleteAttribute("Use a specific Render*Bubble event instead.")> _
Public Event RenderContent As RenderEventHandler
Visual C++
[ObsoleteAttribute(L"Use a specific Render*Bubble event instead.")]
public:
 event RenderEventHandler^ RenderContent {
	void add (RenderEventHandler^ value);
	void remove (RenderEventHandler^ value);
}

See Also