Initializes a new instance of the CreateScheduleItemResult class.

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

Syntax

C#
public CreateScheduleItemResult(
	ScheduleItem item,
	bool addDefaultItem
)
Visual Basic (Declaration)
Public Sub New ( _
	item As ScheduleItem, _
	addDefaultItem As Boolean _
)

Parameters

item
Type: Mindscape.WpfElements..::.ScheduleItem
The new schedule item. This can be null if no schedule item was added to the schedule.
addDefaultItem
Type: System..::.Boolean
Whether or not to add a default schedule item to the schedule.

See Also