| C# | Visual Basic | Visual Basic Usage |
public interface IMarkableStateManager : IStateManager
Public Interface IMarkableStateManager _ Inherits IStateManager
Dim instance As IMarkableStateManager
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| IsTrackingViewState |
When implemented by a class, gets a value indicating whether a server control is tracking its view state changes.
(Inherited from IStateManager.) | |
| LoadViewState(Object) |
When implemented by a class, loads the server control's previously saved view state to the control.
(Inherited from IStateManager.) | |
| SaveViewState()()()() |
When implemented by a class, saves the changes to a server control's view state to an Object.
(Inherited from IStateManager.) | |
| SetDirty()()()() | ||
| TrackViewState()()()() |
When implemented by a class, instructs the server control to track changes to its view state.
(Inherited from IStateManager.) |