Menu.OnLoad Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub OnLoad ( _
eventArgs As EventArgs _
)
'Usage
Dim eventArgs As EventArgs
Me.OnLoad(eventArgs)
protected override void OnLoad(
EventArgs eventArgs
)
Parameters
- eventArgs
Type: System.EventArgs