PocketPlanner Programmer's Guide

Calendar.OnItemModifying Method

See Also

Raises the ItemModifying event.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

protected virtual void OnItemModifying (
    ItemModifyConfirmEventArgs e
)

Visual Basic

Protected Overridable Sub OnItemModifying ( _
    e As ItemModifyConfirmEventArgs _
)

 Parameters

e
An object, containing the event data.

 See Also