IActionHandler Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |