MenuTemplate.OnLoad method
Raises the Load event
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub OnLoad ( _
args As EventArgs _
)
'Usage
Dim args As EventArgs
Me.OnLoad(args)
protected override void OnLoad(
EventArgs args
)
Parameters
- args
Type: System.EventArgs