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