Condividi tramite


Delegato DataConnectionPropertyChangedEventHandler

Rappresenta il metodo che gestisce l'evento PropertyChanged nell'istanza corrente DataConnectionProperties.

Spazio dei nomi:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Sintassi

'Dichiarazione
Public Delegate Sub DataConnectionPropertyChangedEventHandler ( _
    sender As Object, _
    e As DataConnectionPropertyChangedEventArgs _
)
public delegate void DataConnectionPropertyChangedEventHandler(
    Object sender,
    DataConnectionPropertyChangedEventArgs e
)
public delegate void DataConnectionPropertyChangedEventHandler(
    Object^ sender, 
    DataConnectionPropertyChangedEventArgs^ e
)
type DataConnectionPropertyChangedEventHandler = 
    delegate of 
        sender:Object * 
        e:DataConnectionPropertyChangedEventArgs -> unit
JScript non supporta i delegati.

Parametri

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.Data