Marks the specified System.Web.UI.WebControls.Parameter object as having changed since the last load or save from view state.
- o
- The System.Web.UI.WebControls.Parameter to mark as having changed since the last load or save from view state.
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.
This method is used only by control developers.