Search Results for

    Show / Hide Table of Contents

    Delegate ProgressEventHandler

    Represents the method that will handle the Progress event.

    Namespace: FastReport
    Assembly: FastReport.Base.dll
    Syntax
    public delegate void ProgressEventHandler(object sender, ProgressEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The source of the event.

    ProgressEventArgs e

    The event data.

    Back to top © 1998-2025 Copyright Fast Reports Inc.