Class ActionCommandButton
Inheritance
ActionCommandButton
Assembly: DotNetNuke.dll
public class ActionCommandButton : CommandButton, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer, IActionControl
Constructors
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IEventLogger. Scheduled removal in v12.0.0.")]
public ActionCommandButton()
Declaration
public ActionCommandButton(IEventLogger eventLogger)
Parameters
Properties
Declaration
public ActionManager ActionManager { get; }
Property Value
Declaration
public ModuleAction ModuleAction { get; set; }
Property Value
Declaration
public IModuleControl ModuleControl { get; set; }
Property Value
Methods
Declaration
protected override void CreateChildControls()
Overrides
Declaration
protected virtual void OnAction(ActionEventArgs e)
Parameters
Declaration
protected override void OnButtonClick(EventArgs e)
Parameters
Overrides
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
Events
Declaration
public event ActionEventHandler Action
Event Type
Implements
Extension Methods