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