Search Results for

    Show / Hide Table of Contents

    Class FlashProgressEventArgs

    Flash event used throughout this library

    Inheritance
    System.Object
    FlashProgressEventArgs
    Namespace: PTIRelianceLib.Flash
    Assembly: PTIRelianceLib.dll
    Syntax
    public class FlashProgressEventArgs : System.EventArgs

    Constructors

    | Improve this Doc View Source

    FlashProgressEventArgs(Double)

    Construct new progress event from progress.

    Declaration
    public FlashProgressEventArgs(double progress)
    Parameters
    Type Name Description
    System.Double progress

    Value to report

    Fields

    | Improve this Doc View Source

    Progress

    Progress that was reported ranges (0,1.0)

    Declaration
    public readonly double Progress
    Field Value
    Type Description
    System.Double

    Progress value

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 Pyramid Technologies
    Generated by DocFX