Share via


ReverseEngineer.CancellationOpportunityReached, événement

Déclenché parfois lors de l'exécution de la méthode Populate pour fournir une possibilité d'annuler la méthode.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Event CancellationOpportunityReached As EventHandler(Of CancelEventArgs)
public event EventHandler<CancelEventArgs> CancellationOpportunityReached
public:
 event EventHandler<CancelEventArgs^>^ CancellationOpportunityReached {
    void add (EventHandler<CancelEventArgs^>^ value);
    void remove (EventHandler<CancelEventArgs^>^ value);
}
member CancellationOpportunityReached : IEvent<EventHandler<CancelEventArgs>,
    CancelEventArgs>
JScript ne prend pas en charge les événements.

Notes

Cet événement est déclenché uniquement pendant que Populate s'exécute, et sur le même thread.

Sécurité .NET Framework

Voir aussi

Référence

ReverseEngineer Classe

Microsoft.Data.Schema.SchemaModel, espace de noms

Populate