Share via


OnInit Method

Raises the System.Web.UI.Control.Init event to initialize the page.

Namespace:  Microsoft.CommerceServer.Marketing.WebService
Assembly:  Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)

Syntax

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

Me.OnInit(e)
protected override void OnInit(
    EventArgs e
)
protected:
virtual void OnInit(
    EventArgs^ e
) override
protected override function OnInit(
    e : EventArgs
)

Parameters

Remarks

This method overrides the Page.OnInit method to customize the event data for the adapter. The OnInit method performs the initialization and setup steps required to create an ExportMailingList instance.

Permissions

See Also

Reference

ExportMailingList Class

ExportMailingList Members

Microsoft.CommerceServer.Marketing.WebService Namespace