IActionHandler 接口

定义

定义处理类的操作的方法。

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
实现

方法

PerformAction(String, IContext)

实例化和激活请求的操作。

事件

ActionCompleted

在完成操作的执行时发生。

适用于