PocketPlanner Programmer's Guide

Calendar.ItemModificationCanceled Event

See Also

Raised when an item modification is canceled by the user.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ItemEventHandler ItemModificationCanceled

Visual Basic

Public ItemModificationCanceled As ItemEventHandler

 Event Data

ItemModificationCanceled event handlers receive an argument of type ItemEventArgs.

 See Also