Share via


IActionHandler Interface

Définition

Définit une méthode qui gère l'action de la classe.

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
Implémente

Méthodes

PerformAction(String, IContext)

Instancie et active l'action demandée.

Événements

ActionCompleted

Se produit lorsque l'exécution d'une action est terminée.

S’applique à