Delegate CustomCalcEventHandler
Represents the method that will handle the event.
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public delegate void CustomCalcEventHandler(object sender, CustomCalcEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
CustomCalcEventArgs | e | The event data. |