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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。