Search
Schedule.OnItemsStarted Method
See Also
 






Raises the ItemsStarted event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemsStarted (
    ItemsNotifyEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemsStarted( _
    e As ItemsNotifyEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also