GoDiagram Win Reference
OnClosing Method

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
'Declaration
 
Protected Overrides Sub OnClosing( _
   ByVal e As CancelEventArgs _
) 
protected override void OnClosing( 
   CancelEventArgs e
)

Parameters

e
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPropertyForm Class
GoPropertyForm Members
Base Implementation in OnClosing

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback