Condividi tramite


Evento ErrorManager.ErrorManagerRefreshed

Si verifica quando i dati in ErrorManager sono stati aggiornati.

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

Sintassi

'Dichiarazione
Public Event ErrorManagerRefreshed As EventHandler(Of ErrorEventArgs)
public event EventHandler<ErrorEventArgs> ErrorManagerRefreshed
public:
 event EventHandler<ErrorEventArgs^>^ ErrorManagerRefreshed {
    void add (EventHandler<ErrorEventArgs^>^ value);
    void remove (EventHandler<ErrorEventArgs^>^ value);
}
member ErrorManagerRefreshed : IEvent<EventHandler<ErrorEventArgs>,
    ErrorEventArgs>
JScript non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ErrorManager Classe

Spazio dei nomi Microsoft.Data.Schema