ComponentOne FlexReport for WinForms
RenderCompleted Event

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : RenderCompleted Event
Occurs when the RenderAsync method has completed.
Syntax
'Declaration
 
Public Event RenderCompleted As System.EventHandler(Of AsyncCompletedEventArgs)
public event System.EventHandler<AsyncCompletedEventArgs> RenderCompleted
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