MindFusion.Scheduling for Silverlight Programmer's Guide
ItemPresenter.OnOrientationChanged Method
See Also
 





Called when the value of the Orientation property changes.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

protected virtual void OnOrientationChanged (
    Orientation oldOrientation,
    Orientation newOrientation
)

Visual Basic  Copy Code

Protected Overridable Sub OnOrientationChanged( _
    oldOrientation As Orientation, _
    newOrientation As Orientation _
)

 Parameters

oldOrientation

The old value of the Orientation property.

newOrientation

The new value of the Orientation property.

 See Also

ItemPresenter Members
ItemPresenter Class
MindFusion.Scheduling.Silverlight Namespace