This event is fired during event loading.
Namespace: DayPilot.Web.MvcAssembly: 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 ) |
Parameters
Remarks
By handling this event, it is possible to extract recurrence rule from custom database fields.