ASP.NET Pack Programmer's Guide
Reminder.LoadViewState Method
See Also
 





Restores view-state information for this Reminder from a ViewState object that was saved by the SaveViewState method.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void LoadViewState (
    Object state
)

Visual Basic  Copy Code

Public Sub LoadViewState( _
    state As Object _
)

 Parameters

state
Type: Object
A System.Object that represents the control state to be restored.

 See Also

Reminder Members
Reminder Class
MindFusion.Scheduling Namespace