MindFusion.Wpf Pack Programmer's Guide
Calendar.LoadFrom Method (Stream)
See Also
 





Loads schedule data from the specified stream.

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

 Syntax

C#  Copy Code

public void LoadFrom (
    Stream stream
)

Visual Basic  Copy Code

Public Sub LoadFrom( _
    stream As Stream _
)

 Parameters

stream

The stream from which to load the schedule.

 Remarks

This method loads the schedule data from a stream where it was previously saved by a call to SaveTo. Any data contained in the schedule is discarded before the items stored in the stream are loaded. This method also attempts to load a previously saved view state.

 See Also

LoadFrom Method Overload List
Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace