ComponentOne FlexReport for UWP
ReportEventHandler Delegate

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace : ReportEventHandler Delegate
Represents the method that will handle StartPage, C1FlexReport.EndPage, C1FlexReport.StartSection, C1FlexReport.PrintSection events.
Syntax
'Declaration
 
Public Delegate Sub ReportEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ReportEventArgs _
) 
public delegate void ReportEventHandler( 
   System.object sender,
   ReportEventArgs e
)

Parameters

sender
e
See Also

Reference

ReportEventHandler Members
C1.Xaml.FlexReport Namespace