Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised occasionally when the Populate method is executed to provide an opportunity to cancel the method.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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 does not support events.
Remarks
This event is raised only while Populate executes, and on the same thread.
.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.