IDesignerToolWindowEvents Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies the events for designer tool window.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Interface IDesignerToolWindowEvents
'Usage
Dim instance As IDesignerToolWindowEvents
public interface IDesignerToolWindowEvents
public interface class IDesignerToolWindowEvents
type IDesignerToolWindowEvents =  interface end
public interface IDesignerToolWindowEvents

The IDesignerToolWindowEvents type exposes the following members.

Methods

  Name Description
Public method OnToolWindowClose Raises the ToolWindowClose event.
Public method OnToolWindowHide Raises the ToolWindowHide event.
Public method OnToolWindowShow Raises the ToolWindowShow event.

Top

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace