Language

IActionHandler Interface

Definition

Defines a method that handles the action of the class.

public interface class IActionHandler : IDisposable, System::ComponentModel::IComponent
public interface IActionHandler : IDisposable, System.ComponentModel.IComponent
type IActionHandler = interface
    interface IComponent
    interface IDisposable
Public Interface IActionHandler
Implements IComponent, IDisposable
Implements

Methods

Name Description
PerformAction(String, IContext)

Instantiates and activates the requested action.

Events

Name Description
ActionCompleted

Occurs when the execution of an action is completed.

Applies to