Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.