Common interface for a State managed collection items
| C# | Visual Basic | Visual Basic Usage |
public interface IChartingStateManagedItem : IChartingStateManager
Public Interface IChartingStateManagedItem _ Inherits IChartingStateManager
Dim instance As IChartingStateManagedItem
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| IsTrackingViewState | (Inherited from IChartingStateManager.) | |
| LoadViewState(Object) |
Loads data from a View State
(Inherited from IChartingStateManager.) | |
| SaveViewState()()()() |
Saves object data to a View State
(Inherited from IChartingStateManager.) | |
| SetDirty()()()() |
Sets item dirty state
| |
| TrackViewState()()()() |
Tracks view state changes
(Inherited from IChartingStateManager.) |