GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutProgressEventArgs Class / GoLayoutProgressEventArgs Constructor
In This Topic
    GoLayoutProgressEventArgs Constructor
    In This Topic
    This constructor creates an EventArgs with no particular progress information.
    Syntax
    public GoLayoutProgressEventArgs( 
       float done,
       string msg
    )

    Parameters

    done
    msg
    See Also