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
實作

方法

名稱 Description
PerformAction(String, IContext)

實例化並啟動所請求的動作。

事件

名稱 Description
ActionCompleted

當動作執行完成時發生。

適用於