GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class / Object Property
In This Topic
    Object Property
    In This Topic
    Gets or sets the object that was changed by the document Changed event.
    Syntax
    public object Object {get; set;}
    Remarks
    This may be null when the Hint implies the object, such as for property changes on the document itself.
    See Also