When overridden in a derived class, instructs an object contained by the collection to record its entire state to view state, rather than recording only change information.
- o
- The System.Web.UI.IStateManager that should serialize itself completely.
The StateManagedCollection.SetDirtyObject(object) method is called internally by the System.Web.UI.StateManagedCollection.System.Web.UI.IStateManager.SaveViewState, System.Web.UI.StateManagedCollection.System.Collections.IList.Add(object), and System.Web.UI.StateManagedCollection.System.Collections.IList.Insert(int, object) methods.