Search
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.Wpf

 Syntax

C#  Copy Code

public event EventHandler Changed

Visual Basic  Copy Code

Public Event Changed As EventHandler

 Event Data

Changed event handlers receive an argument of type EventArgs.

 See Also