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.
Raises the initialization event.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Protected Overrides Sub OnInit ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnInit(e)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
protected override void OnInit(
EventArgs e
)
Parameters
e
Type: System.EventArgsA System.EventArgs object representing the information about the initialization event.
See Also
Reference
PortalSiteMapDataSource Members