GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyForm Class / OnClosing Method
In This Topic
    OnClosing Method
    In This Topic
    If this Form is modal, and the user clicked on OK (or accepted it by typing Enter), this calls ModifyObjects to commit any changes selected by the user. If this Form is modeless, this just Hides the Form.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnClosing( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also