IActionHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a method that handles the action of the class.
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
- Implements
Methods
PerformAction(String, IContext) |
Instantiates and activates the requested action. |
Events
ActionCompleted |
Occurs when the execution of an action is completed. |