GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class / Document Property
In This Topic
    Document Property (GoChangedEventArgs)
    In This Topic
    Gets or sets the GoDocument that raised the Changed event described by this EventArgs.
    Syntax
    public GoDocument Document {get; set;}
    Remarks
    This value must be the same as the GoDocument sender of a GoDocument.Changed event.
    See Also