Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Forces the initialization and load events to be raised.
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.EventArgsA System.EventArgs object that contains the event information.