ConfigurationSettingsChangedEventHandler Delegate

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

Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in microsoft.datawarehouse.interfaces.dll)

Syntax

'Declaration
Public Delegate Sub ConfigurationSettingsChangedEventHandler ( _
    sender As Object, _
    e As ConfigurationSettingsChangedEventArgs _
)
public delegate void ConfigurationSettingsChangedEventHandler (
    Object sender,
    ConfigurationSettingsChangedEventArgs e
)
public delegate void ConfigurationSettingsChangedEventHandler (
    Object^ sender, 
    ConfigurationSettingsChangedEventArgs^ e
)
/** @delegate */
public delegate void ConfigurationSettingsChangedEventHandler (
    Object sender, 
    ConfigurationSettingsChangedEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • sender
  • e

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace