ArcFM Engine Developer Guide
OnClosing Method (FrameworkDialog)


The event arguments (not used).
Provides the save of data to be persisted for this dialog box.
Syntax
'Declaration
 
Protected Overrides Sub OnClosing( _
   ByVal e As CancelEventArgs _
) 
'Usage
 
Dim instance As FrameworkDialog
Dim e As CancelEventArgs
 
instance.OnClosing(e)
protected override void OnClosing( 
   CancelEventArgs e
)

Parameters

e
The event arguments (not used).
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

FrameworkDialog Class
FrameworkDialog Members

 

 


Send Comment