WebPartZone.OnInit(EventArgs) Method

Definition

Overrides the base method to indicate that the zone has successfully been registered with the WebPartManager control.

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