MindFusion.Scheduling for ASP.NET Programmer's Guide
Schedule.Changed Event
See Also
 





Raised when items are added or removed from the schedule or when the schedule is loaded.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public event EventHandler Changed

Visual Basic  Copy Code

Public Event Changed As EventHandler

 Event Data

An instance of the System.EventArgs class that provides data for the event.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace