QueryExecutionCancellationTokenAbortCompleted Event | 
 
            Raised by the abort thread once it's completed. If you subscribe to this event, realize the call comes from another thread, not the UI thread!
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic event EventHandler AbortCompleted
Public Event AbortCompleted As EventHandler
Value
Type: 
SystemEventHandler
See Also