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
- e
Type: System..::.EventArgs
An EventArgs that contains the event data
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 ExportPromoCodes instance.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.