Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Overrides the target webpart's OnPreRender() behavior.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub OnPreRenderForMobile ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnPreRenderForMobile(e)
protected override void OnPreRenderForMobile(
EventArgs e
)
Parameters
e
Type: System.EventArgsAn object that contains event data.
See also
Reference
XsltListViewWebPartMobileAdapter class