System.Web.UI.WebControls.ParameterCollection.SetDirtyObject Method

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

Syntax

protected override void SetDirtyObject (object o)

Parameters

o
The System.Web.UI.WebControls.Parameter to mark as having changed since the last load or save from view state.

Remarks

The ParameterCollection.SetDirtyObject(object) method is a helper function that is used to mark a System.Web.UI.WebControls.Parameter object as having changed since the last load or save from view state.

Note:

This method is used only by control developers.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0