Delegato DataConnectionStateChangedEventHandler
Rappresenta il metodo che gestisce l'evento StateChanged di una connessione dati.
Spazio dei nomi: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Sintassi
'Dichiarazione
Public Delegate Sub DataConnectionStateChangedEventHandler ( _
sender As Object, _
e As DataConnectionStateChangedEventArgs _
)
public delegate void DataConnectionStateChangedEventHandler(
Object sender,
DataConnectionStateChangedEventArgs e
)
public delegate void DataConnectionStateChangedEventHandler(
Object^ sender,
DataConnectionStateChangedEventArgs^ e
)
type DataConnectionStateChangedEventHandler =
delegate of
sender:Object *
e:DataConnectionStateChangedEventArgs -> unit
JScript non supporta i delegati.
Parametri
sender
Tipo: ObjectOrigine dell’evento.
e
Tipo: Microsoft.VisualStudio.Data.DataConnectionStateChangedEventArgsOggetto DataConnectionStateChangedEventArgs
istanza di oggetto che contiene i dati.