MindFusion.Scheduling for Xamarin Programmer's Guide
Schedule.ItemsStarted Event
See Also
 






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

 Syntax

C#  Copy Code

public event EventHandler<ItemsNotifyEventArgs> ItemsStarted

Visual Basic  Copy Code

Public Event ItemsStarted As EventHandler(Of ItemsNotifyEventArgs)

 Event Data

ItemsStarted event handlers receive an argument of type ItemsNotifyEventArgs.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace