ParameterCollection::SetDirtyObject Method (Object^)

 

Marks the specified Parameter object as having changed since the last load or save from view state.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void SetDirtyObject(
	Object^ o
) override

Parameters

o
Type: System::Object^

The Parameter to mark as having changed since the last load or save from view state.

The SetDirtyObject method is a helper function that is used to mark a Parameter object as having changed since the last load or save from view state.

System_CAPS_noteNote

This method is used only by control developers.

.NET Framework
Available since 2.0
Return to top
Show: