Represents the method that will handle the RenderSectionHeader event.
Namespace:
C1.Win.C1ReportDesignerAssembly: C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)
Syntax
| C# |
|---|
public delegate void RenderSectionHeaderEventHandler( Object sender, RenderSectionHeaderEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub RenderSectionHeaderEventHandler ( _ sender As Object, _ e As RenderSectionHeaderEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object