Base:
method
OnInit
System.Web.UI.WebControls.WebParts.WebZone.OnInit(System.EventArgs)
2 overrides of OnInit
System.Web (2)
UI\WebParts\CatalogZoneBase.cs (1)
465
protected internal override void
OnInit
(EventArgs e) {
UI\WebParts\ConnectionsZone.cs (1)
1230
protected internal override void
OnInit
(EventArgs e) {
2 references to OnInit
System.Web (2)
UI\WebParts\CatalogZoneBase.cs (1)
466
base.
OnInit
(e);
UI\WebParts\ConnectionsZone.cs (1)
1231
base.
OnInit
(e);