Udostępnij przez


Delegat ConfigurationSettingsChangedEventHandler

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.DataWarehouse.Interfaces
Zestaw:  Microsoft.DataWarehouse.Interfaces (w Microsoft.DataWarehouse.Interfaces.dll)

Składnia

'Deklaracja
Public Delegate Sub ConfigurationSettingsChangedEventHandler ( _
    sender As Object, _
    e As ConfigurationSettingsChangedEventArgs _
)
'Użycie
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
Język JScript obsługuje używanie obiektów delegowanych, ale nie obsługuje deklarowania nowych.