DataResultBase.OnInit method
OnInit event handler called at the INIT time of this contro. History: 01/01/02: Created 04/19/02: Move GenerateQuery to OnLoad() and leave it blank here for base class. Subclass can still override it.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overrides Sub OnInit ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs
Me.OnInit(sender, e)
protected override void OnInit(
Object sender,
EventArgs e
)
Parameters
- sender
Type: System.Object
- e
Type: System.EventArgs