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

アクションの実行が完了したときに発生します。

適用対象