ConsoleDataSource.ForceInitLoad Method
Forces execution of the OnInit(EventArgs) and OnLoad(EventArgs) methods.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub ForceInitLoad ( _
e As EventArgs _
)
'Usage
Dim instance As ConsoleDataSource
Dim e As EventArgs
instance.ForceInitLoad(e)
public void ForceInitLoad(
EventArgs e
)
Parameters
- e
Type: System.EventArgs
A System.EventArgs object that contains the event data.