Delegate GanttRecordDrawEventHandler
Represents the method that will handle the event DrawRecord or DrawRecordInterval of a control or other component.
Namespace: FastReport.BG.Gantt
Assembly: FastReport.BG.dll
Syntax
public delegate void GanttRecordDrawEventHandler(object sender, GanttRecordDrawEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | Event source |
GanttRecordDrawEventArgs | e | GanttRecordDrawEventArgs object containing event data |