CUI.Page.PageManager.remove_ribbonInited(value) Method
Applies to: SharePoint Foundation 2010
Removes the specified handler from the RibbonInited event.
CUI.Page.PageManager.remove_ribbonInited(value);
Parameters
value
Object
The handler to remove.
Remarks
This method calls the T:Sys.EventHandlerList.RemoveHandler method to remove the handler from RibbonInited event.