Occurs when a recurrence pattern is removed from the schedule.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public event EventHandler<ScheduleItemEventArgs> RecurrencePatternRemoved
Visual Basic (Declaration)
Public Event RecurrencePatternRemoved As EventHandler(Of ScheduleItemEventArgs)

See Also