Raises the ItemAdded event.

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

Syntax

C#
protected internal virtual void OnItemAdded(
	ScheduleItem item,
	out bool cancel,
	out bool showDefaultEditor
)
Visual Basic (Declaration)
Protected Friend Overridable Sub OnItemAdded ( _
	item As ScheduleItem, _
	<OutAttribute> ByRef cancel As Boolean, _
	<OutAttribute> ByRef showDefaultEditor As Boolean _
)

Parameters

item
Type: Mindscape.WpfElements..::.ScheduleItem
The item being added.
cancel
Type: System..::.Boolean %
true to cancel the add (and remove the item again); false to permit the new item.
showDefaultEditor
Type: System..::.Boolean %
true to show the default editor (ScheduleItemDialog); false to suppress the default editor.

See Also