ToolZone.OnInit(EventArgs) Method

Definition

Creates specialized event handlers used by the WebPartManager control on a Web page.

protected public:
 override void OnInit(EventArgs ^ e);
protected internal override void OnInit (EventArgs e);
override this.OnInit : EventArgs -> unit
Protected Friend Overrides Sub OnInit (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to

See also