Base class for all c1webcommand controls.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[ParseChildrenAttribute(true)]
public abstract class C1WebCommandBase : HierarchicalDataBoundControl, 
	INamingContainer, IPostBackEventHandler, IPostBackDataHandler
Visual Basic (Declaration)
<ParseChildrenAttribute(True)> _
Public MustInherit Class C1WebCommandBase _
	Inherits HierarchicalDataBoundControl _
	Implements INamingContainer, IPostBackEventHandler, IPostBackDataHandler

Inheritance Hierarchy

See Also