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

PerformAction(String, IContext)

Instantiates and activates the requested action.

Events

ActionCompleted

Occurs when the execution of an action is completed.

Applies to