PocketPlanner Programmer's Guide

Calendar.ItemModifying Event

See Also

Raised when the user moves or resizes a schedule item, which would change the item's scheduled start or end date and time.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ItemModifyConfirmEventHandler ItemModifying

Visual Basic

Public ItemModifying As ItemModifyConfirmEventHandler

 Event Data

ItemModifying event handlers receive an argument of type ItemModifyConfirmEventArgs.

 Remarks

This event can be used to prevent users from modifying an item interactively.

 See Also