Share via


SPMobileListIterator.OnInit Method

NOTE: This API is now obsolete.

Represents the method that handles the Init event.

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

Syntax

'Declaration
<ObsoleteAttribute("Do not use this class since it is deprecated. Use SPMobileGenericListIterator instead")> _
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnInit(e)
[ObsoleteAttribute("Do not use this class since it is deprecated. Use SPMobileGenericListIterator instead")]
protected override void OnInit(
    EventArgs e
)

Parameters

Remarks

This override registers the template types and base types of all the lists.

See Also

Reference

SPMobileListIterator Class

SPMobileListIterator Members

Microsoft.SharePoint.MobileControls Namespace