Initializes a new instance of the RecurrenceDialog class.

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

Syntax

C#
public RecurrenceDialog(
	ScheduleItem item,
	RecurrenceInfo currentInfo
)
Visual Basic (Declaration)
Public Sub New ( _
	item As ScheduleItem, _
	currentInfo As RecurrenceInfo _
)

Parameters

item
Type: Mindscape.WpfElements..::.ScheduleItem
The item to be edited.
currentInfo
Type: Mindscape.WpfElements..::.RecurrenceInfo
The current recurrence settings for the item.

See Also