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