ComponentOne FlexReport for WinForms
AsyncMethodsUseAwaitPattern Property

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1DocumentSource Class : AsyncMethodsUseAwaitPattern Property
Gets or sets a value indicating whether calls to async methods of the current document source expect the async/await pattern to be used by the calling code. If this property is true, then the *Completed events (such as OpenCompleted, GenerateCompleted and others) do not fire.
Syntax
'Declaration
 
Public Property AsyncMethodsUseAwaitPattern As System.Boolean
public System.bool AsyncMethodsUseAwaitPattern {get; set;}
See Also

Reference

C1DocumentSource Class
C1DocumentSource Members