When overridden in a derived class, cancels the addition of the specified ScheduleItem.

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

Syntax

C#
protected abstract void CancelAdd(
	ScheduleItem item
)
Visual Basic (Declaration)
Protected MustOverride Sub CancelAdd ( _
	item As ScheduleItem _
)

Parameters

item
Type: Mindscape.WpfElements..::.ScheduleItem
The item to be cancelled.

See Also