[]
Handles the state view of the child class that is derived from it.
public class StateManaged : IStateManager
Public Class StateManaged
Implements IStateManager
| Name | Description |
|---|---|
| StateManaged() |
| Name | Description |
|---|---|
| IsTrackingViewState | Checks the tracking state. |
| ViewState | Stores the view state. |
| Name | Description |
|---|---|
| LoadViewState(object) | Loads the stored view state. |
| SaveViewState() | Saves the state. |
| TrackViewState() | Tracks the view state. |