IActionHandler Interface

Defines a method that handles the action of the class.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Interface IActionHandler _
    Inherits IComponent, IDisposable
'Usage
Dim instance As IActionHandler
public interface IActionHandler : IComponent, 
    IDisposable
public interface class IActionHandler : IComponent, 
    IDisposable
type IActionHandler =  
    interface
        interface IComponent
        interface IDisposable
    end
public interface IActionHandler extends IComponent, IDisposable

The IActionHandler type exposes the following members.

Properties

  Name Description
Public property Site (Inherited from IComponent.)

Top

Methods

  Name Description
Public method Dispose (Inherited from IDisposable.)
Public method PerformAction Instantiates and activates the requested action.

Top

Events

  Name Description
Public event ActionCompleted Occurs when the execution of an action is completed.
Public event Disposed (Inherited from IComponent.)

Top