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