Class ActionCommandButton
Implements
Inherited Members
Namespace: DotNetNuke.UI.Containers
Assembly: DotNetNuke.dll
Syntax
public class ActionCommandButton : CommandButton, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer, IActionControl
Constructors
ActionCommandButton()
Declaration
public ActionCommandButton()
Properties
ActionManager
Declaration
public ActionManager ActionManager { get; }
Property Value
Type | Description |
---|---|
ActionManager |
ModuleAction
Declaration
public ModuleAction ModuleAction { get; set; }
Property Value
Type | Description |
---|---|
ModuleAction |
ModuleControl
Declaration
public IModuleControl ModuleControl { get; set; }
Property Value
Type | Description |
---|---|
IModuleControl |
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()
Overrides
OnAction(ActionEventArgs)
Declaration
protected virtual void OnAction(ActionEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
ActionEventArgs | e |
OnButtonClick(EventArgs)
Declaration
protected override void OnButtonClick(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
Events
Action
Declaration
public event ActionEventHandler Action
Event Type
Type | Description |
---|---|
ActionEventHandler |