Search Results for

    Show / Hide Table of Contents

    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

    Back to top © 2021-2022 Copyright Fast Reports Inc.