StyleCollection.SetDirtyObject(Object) Method

Definition

Instructs the input Style object contained in the collection to record its entire state to view state, rather than recording only change information.

protected:
 override void SetDirtyObject(System::Object ^ o);
protected override void SetDirtyObject (object o);
override this.SetDirtyObject : obj -> unit
Protected Overrides Sub SetDirtyObject (o As Object)

Parameters

o
Object

The Style object that should serialize itself completely.

Applies to

See also