QueryResultBase.OnInit Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
OnInit(EventArgs) | (Inherited from WebPart.) | |
OnInit(Object, EventArgs) | The OnInit method of the QueryResultBase class overrides the Microsoft.SharePoint.WebPartPages.WebPart.OnInit method. This method raises the System.Web.UI.Control.Init event that occurs as this Web Part is instantiated. (Overrides DataResultBase.OnInit(Object, EventArgs).) |
Top