GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutProgressEventHandler Delegate
In This Topic
    GoLayoutProgressEventHandler Delegate
    In This Topic
    Represents methods that handle GoLayoutProgressEventArgs.
    Syntax
    public delegate void GoLayoutProgressEventHandler( 
       object sender,
       GoLayoutProgressEventArgs e
    )

    Parameters

    sender
    e
    See Also