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