This event is fired during event loading.

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
protected virtual void OnBeforeEventRecurrence(
	BeforeEventRecurrenceArgs e
)
Visual Basic
Protected Overridable Sub OnBeforeEventRecurrence ( _
	e As BeforeEventRecurrenceArgs _
)
Visual C++
protected:
virtual void OnBeforeEventRecurrence(
	BeforeEventRecurrenceArgs^ e
)

Remarks

By handling this event, it is possible to extract recurrence rule from custom database fields.

See Also