Class CatalogBaseUserControl

Inheritance
System.Object
CatalogBaseUserControl
Namespace: Mediachase.Web.Console.BaseClasses
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public class CatalogBaseUserControl : BaseUserControl, IDynamicParamControl

Constructors

CatalogBaseUserControl()

Declaration
public CatalogBaseUserControl()

Methods

OnInit(EventArgs)

Raises the System.Web.UI.Control.Init event.

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

An System.EventArgs object that contains the event data.

Overrides

Implements