SPMobileUrlRedirection.OnInit-Methode
HINWEIS: Diese API ist veraltet.
Dieser Member überschreibt MobileControl.OnInit(EventArgs).
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<ObsoleteAttribute("Use SPMobileHomePageRedirection instead.")> _
Protected Overrides Sub OnInit ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnInit(e)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[ObsoleteAttribute("Use SPMobileHomePageRedirection instead.")]
protected override void OnInit(
EventArgs e
)
Parameter
- e
Typ: System.EventArgs