ErrorManager.ErrorManagerRefreshed Event

Occurs when the data in the ErrorManager has been refreshed.

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

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace