Search
Schedule.OnItemStartTimeChanged Method
See Also
 






Raises the ItemStartTimeChanged event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemStartTimeChanged (
    ItemTimeEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemStartTimeChanged( _
    e As ItemTimeEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also