Delegato ConfigurationSettingsChangedEventHandler

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Sintassi

'Dichiarazione
Public Delegate Sub ConfigurationSettingsChangedEventHandler ( _
    sender As Object, _
    e As ConfigurationSettingsChangedEventArgs _
)
'Utilizzo
Dim instance As New ConfigurationSettingsChangedEventHandler(AddressOf HandlerMethod)
public delegate void ConfigurationSettingsChangedEventHandler(
    Object sender,
    ConfigurationSettingsChangedEventArgs e
)
public delegate void ConfigurationSettingsChangedEventHandler(
    Object^ sender, 
    ConfigurationSettingsChangedEventArgs^ e
)
type ConfigurationSettingsChangedEventHandler = 
    delegate of 
        sender:Object * 
        e:ConfigurationSettingsChangedEventArgs -> unit
JScript supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.