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