ErrorManager.ErrorManagerRefreshed, événement
Se produit lorsque les données dans ErrorManager ont été actualisées.
Espace de noms : Microsoft.Data.Schema
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.