ArcFM Engine Developer Guide
OnClosing Method (MainWindow)


The cancelable event arguments of which the Cancel property can be set to cancel the window closing.
Allows notification that the main window is going to close so that MDI windows can react and cancel the operation if needed.
Syntax
'Declaration
 
Protected Overrides Sub OnClosing( _
   ByVal e As CancelEventArgs _
) 
'Usage
 
Dim instance As MainWindow
Dim e As CancelEventArgs
 
instance.OnClosing(e)
protected override void OnClosing( 
   CancelEventArgs e
)

Parameters

e
The cancelable event arguments of which the Cancel property can be set to cancel the window closing.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MainWindow Class
MainWindow Members

 

 


Send Comment