MindFusion.Wpf Pack Programmer's Guide
ItemPresenter.OnStartTimeChanged Method
See Also
 





Called when the StartTime property is changed.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

protected virtual void OnStartTimeChanged (
    DateTime oldValue,
    DateTime newValue
)

Visual Basic  Copy Code

Protected Overridable Sub OnStartTimeChanged( _
    oldValue As DateTime, _
    newValue As DateTime _
)

 Parameters

oldValue

The previous start time of the presenter.

newValue

The new start time of the presenter.

 See Also

ItemPresenter Members
ItemPresenter Class
MindFusion.Scheduling.Wpf Namespace