Search
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: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<ItemTimeEventArgs> ItemStartTimeChanged

Visual Basic  Copy Code

Public Event ItemStartTimeChanged As EventHandler(Of ItemTimeEventArgs)

 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