MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemCollection(T).LoadItemViewState Method
See Also
 





Restores view-state information from an object that was saved by the SaveItemViewState method.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

protected override void LoadItemViewState (
    Object state
)

Visual Basic  Copy Code

Protected Overrides Sub LoadItemViewState( _
    state As Object _
)

 Parameters

state

Type: Object
The state to load.

 See Also

ItemCollection(T) Members
ItemCollection(T) Class
MindFusion.Scheduling Namespace