PocketPlanner Programmer's Guide

Schedule.ExceptionCreated Event

See Also

Raised when a recurrence exception item is created.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public ItemEventHandler ExceptionCreated

Visual Basic

Public ExceptionCreated As ItemEventHandler

 Event Data

ExceptionCreated event handlers receive an argument of type ItemEventArgs.

 Remarks

An exception is created if a user drags an occurrence of a recurring event thus changing its time, or changes its text.

 See Also