SPMobileComponent.OnLoad, méthode (Microsoft.SharePoint.MobileControls)

Represents the method that handles the Load event of a SPMobileComponent.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Protected Overrides Sub OnLoad ( _
    e As EventArgs _
)
'Utilisation
Dim e As EventArgs

Me.OnLoad(e)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
protected override void OnLoad (
    EventArgs e
)

Paramètres

  • e
    An EventArgs that contains the event data.

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms