WebZone.OnInit(EventArgs) Metoda

Definicja

Init Zgłasza zdarzenie.

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)

Parametry

e
EventArgs

Element EventArgs zawierający dane zdarzenia.

Wyjątki

Kontrolka strefy została dodana pod koniec etapu w cyklu życia strony lub ma wartość WebPartManagernull.

Uwagi

Metoda OnInit zastępuje metodę podstawową OnInit , aby zarejestrować strefę za pomocą kontrolki WebPartManager .

Dotyczy

Zobacz też