System.Web.UI.WebControls.MenuItemBindingCollection.SetDirtyObject Method

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

Syntax

protected override void SetDirtyObject (object o)

Parameters

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

Remarks

The MenuItemBindingCollection.SetDirtyObject(object) method is a helper function that is used by the System.Web.UI.WebControls.MenuItemBindingCollection class to mark a System.Web.UI.WebControls.MenuItemBinding 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