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
C# Copy Code |
---|
public event EventHandler<ItemsNotifyEventArgs> ItemsStarted |
Visual Basic Copy Code |
---|
Public Event ItemsStarted As EventHandler(Of ItemsNotifyEventArgs) |
ItemsStarted event handlers receive an argument of type ItemsNotifyEventArgs.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |