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

    Parameters

    sender
    e
    See Also