Search
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
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<ItemEventArgs> RecurrenceReset

Visual Basic  Copy Code

Public Event RecurrenceReset As EventHandler(Of ItemEventArgs)

 Event Data

RecurrenceReset event handlers receive an argument of type ItemEventArgs.

 Remarks

The recurrence is reset when the value of any of the properties that define it is changed. The recurrence is also reset when it is associated to or dissociated from an item.

 See Also