PocketPlanner Programmer's Guide

Schedule.ItemStartTimeChanged Event

See Also

Raised when the StartTime property of an item in this Schedule has changed. The ItemTimeEventArgs.Time property provides the previous StartTime value of the item.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public ItemTimeEventHandler ItemStartTimeChanged

Visual Basic

Public ItemStartTimeChanged As ItemTimeEventHandler

 Event Data

ItemStartTimeChanged event handlers receive an argument of type ItemTimeEventArgs.

 Remarks

The ItemTimeEventArgs.Time property provides the previous StartTime value of the item.

 See Also