C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / C1FlexReport Class / RenderCompleted Event

RenderCompleted Event (C1FlexReport)
Occurs when the RenderAsync method has completed.
Syntax
'Declaration
 
Public Event RenderCompleted As EventHandler(Of AsyncCompletedEventArgs)
 
Event Data

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

PropertyDescription
 
 
 
See Also