Freigeben über


TemplateBasedControl.OnLoad-Methode

Stellt die Methode dar, die das Load -Ereignis eines Objekts SPControl behandelt.

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

Syntax

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

Me.OnLoad(e)
protected override void OnLoad(
    EventArgs e
)

Parameter

Siehe auch

Referenz

TemplateBasedControl Klasse

TemplateBasedControl-Member

Microsoft.SharePoint.WebControls-Namespace

Weitere Ressourcen

Patterns of Custom Field Rendering

Custom Field Types

Walkthrough: Creating a Custom Field Type