共用方式為


ErrorManager.ErrorManagerRefreshed 事件

發生於已重新整理 ErrorManager 中的資料時。

命名空間:  Microsoft.Data.Schema
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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 不支援事件。

.NET Framework 安全性

請參閱

參考

ErrorManager 類別

Microsoft.Data.Schema 命名空間