ErrorManager.ErrorsChanged Event
Occurs when one or more errors have been added or removed from the Error List window of Visual Studio.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Event ErrorsChanged As EventHandler(Of ErrorsChangedEventArgs)
public event EventHandler<ErrorsChangedEventArgs> ErrorsChanged
public:
event EventHandler<ErrorsChangedEventArgs^>^ ErrorsChanged {
void add (EventHandler<ErrorsChangedEventArgs^>^ value);
void remove (EventHandler<ErrorsChangedEventArgs^>^ value);
}
member ErrorsChanged : IEvent<EventHandler<ErrorsChangedEventArgs>,
ErrorsChangedEventArgs>
JScript does not support events.
Remarks
Use the ErrorsRemoved property of the ErrorsChangedEventArgs to obtain a list of the errors that was added or removed.
.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.