Raised when items are added or removed from the schedule or when the schedule is loaded.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler Changed |
Visual Basic
Copy Code
|
|---|
Public Event Changed As EventHandler |
Event DataChanged event handlers receive an argument of type EventArgs.
See Also