Event for handling the dynamic content generation request.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use a specific Render*Bubble event instead.")] public event RenderEventHandler RenderContent |
| Visual Basic |
|---|
<ObsoleteAttribute("Use a specific Render*Bubble event instead.")> _ Public Event RenderContent As RenderEventHandler |
| Visual C++ |
|---|
public: [ObsoleteAttribute(L"Use a specific Render*Bubble event instead.")] event RenderEventHandler^ RenderContent { void add (RenderEventHandler^ value); void remove (RenderEventHandler^ value); } |