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

    Parameters

    sender
    e
    See Also