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