Evento ErrorManager.ErrorManagerRefreshed

Ocorre quando os dados de ErrorManager foi atualizado.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

ErrorManager Classe

Namespace Microsoft.Data.Schema