Raised when the current time (as returned by DateTime.Now) reaches the start time of one or more items.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemsNotifyEventArgs> ItemsStarted |
Visual Basic
Copy Code
|
|---|
Public Event ItemsStarted As EventHandler(Of ItemsNotifyEventArgs) |
Event DataItemsStarted event handlers receive an argument of type ItemsNotifyEventArgs.
See Also