IDesignerToolWindowEvents Interface

 

Applies To: SQL Server 2016 Preview

Specifies the events for designer tool window.

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

Syntax

public interface IDesignerToolWindowEvents
public interface class IDesignerToolWindowEvents
type IDesignerToolWindowEvents = interface end
Public Interface IDesignerToolWindowEvents

Methods

Name Description
System_CAPS_pubmethod OnToolWindowClose()

Raises the ToolWindowClose event.

System_CAPS_pubmethod OnToolWindowHide()

Raises the ToolWindowHide event.

System_CAPS_pubmethod OnToolWindowShow()

Raises the ToolWindowShow event.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top