GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / LinkRelinked Event
In This Topic
    LinkRelinked Event
    In This Topic
    The event that is raised after the user reconnects an existing link.
    Syntax
    [Category("GoView")]
    [Description("The user reconnected an existing link (a GoSelectionEventHandler)")]
    public event GoSelectionEventHandler LinkRelinked
    Event Data

    The event handler receives an argument of type GoSelectionEventArgs containing data related to this event. The following GoSelectionEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the GoObject associated with this event.  
    Remarks
    The GoObject that is provided by the GoSelectionEventArgs.GoObject property will be an IGoLink, which is typically either a GoLink or a GoLabeledLink.
    See Also