ASP.NET Pack Programmer's Guide
Schedule.RecurrenceReset Event
See Also
 





Raised when the recurrence pattern associated with an item has been reset, causing all associated exception items to be lost.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public event EventHandler<ItemEventArgs> RecurrenceReset

Visual Basic  Copy Code

Public Event RecurrenceReset As EventHandler(Of ItemEventArgs)

 Event Data

An instance of the ItemEventArgs class that provides data for the event.

 Remarks

The recurrence is reset when the value of a property that define it has changed. The recurrence is also reset when it is associated with or dissociated from an item.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace