PocketPlanner Programmer's Guide

Calendar.OnItemModificationCanceled Method

See Also

Raises the ItemModificationCanceled event.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

protected virtual void OnItemModificationCanceled (
    ItemEventArgs e
)

Visual Basic

Protected Overridable Sub OnItemModificationCanceled ( _
    e As ItemEventArgs _
)

 Parameters

e
An object, containing the event data.

 See Also