ASP.NET Pack Programmer's Guide
Schedule.ItemEndTimeChanged Event
See Also
 





Raised when the EndTime property of an Item in this Schedule has changed.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public event EventHandler<ItemTimeEventArgs> ItemEndTimeChanged

Visual Basic  Copy Code

Public Event ItemEndTimeChanged As EventHandler(Of ItemTimeEventArgs)

 Event Data

An instance of the ItemTimeEventArgs class that provides data for the event.

 Remarks

The ItemTimeEventArgs.Time property provides the previous EndTime value of the Item.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace