Share via


CategoryDetail.OnLoad method

Handles the Load event.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Sub OnLoad ( _
    sender As Object, _
    e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs

Me.OnLoad(sender, e)
protected override void OnLoad(
    Object sender,
    EventArgs e
)

Parameters

See also

Reference

CategoryDetail class

CategoryDetail members

Microsoft.SharePoint.Portal.WebControls namespace