MindFusion WinForms Programmer's Guide
Schedule.OnItemsEnded Method
See Also
 





Raises the ItemsEnded event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemsEnded (
    ItemsNotifyEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemsEnded( _
    e As ItemsNotifyEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace