GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObjectEventHandler Delegate
In This Topic
    GoObjectEventHandler Delegate
    In This Topic
    Represents methods that handle GoObjectEventArgs.
    Syntax
    [Serializable()]
    public delegate void GoObjectEventHandler( 
       object sender,
       GoObjectEventArgs e
    )

    Parameters

    sender
    e
    See Also