Interface IActionControl
IActionControl provides a common Interface for Action Controls.
Namespace: DotNetNuke.UI.Containers
Assembly: DotNetNuke.dll
Syntax
public interface IActionControl
Properties
| Improve this Doc View SourceActionManager
Gets a reference to the aciton manager.
Declaration
ActionManager ActionManager { get; }
Property Value
Type | Description |
---|---|
ActionManager |
ModuleControl
Gets or sets the module control.
Declaration
IModuleControl ModuleControl { get; set; }
Property Value
Type | Description |
---|---|
IModuleControl |
Events
| Improve this Doc View SourceAction
The eventhandler for the action.
Declaration
event ActionEventHandler Action
Event Type
Type | Description |
---|---|
ActionEventHandler |