ComponentOne FlexReport for UWP
GenerateCompleted Event

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1DocumentSource Class : GenerateCompleted Event
Occurs when the GenerateAsync method has completed.
Syntax
'Declaration
 
Public Event GenerateCompleted As System.EventHandler(Of AsyncCompletedEventArgs)
public event System.EventHandler<AsyncCompletedEventArgs> GenerateCompleted
Event Data

The event handler receives an argument of type System.ComponentModel.AsyncCompletedEventArgs containing data related to this event. The following AsyncCompletedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
See Also