EntityEditor.OnInit method
SharePoint 2013
Overrides implementation of OnInit. Calls the base class implementation of OnInit in Webcontrol.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- e
- Type: System.EventArgs
The event arguments for this event.
This method is called when the EntityEditor control is initialized. OnInit(EventArgs) ensures that the EntityEditor control registers with the post-back and is validated. If validators are enabled, OnInit(EventArgs) adds them to the Page. OnInit(EventArgs) adds an event handler for the Page Load event.