ArcFM Server Developer Guide
TryClose Method (VaultViewModel)


The dialog result.
Tries to close this instance by asking its Parent to initiate shutdown or by asking its corresponding view to close. Also provides an opportunity to pass a dialog result to it's corresponding view.
Syntax
'Declaration
 
Public Overridable Sub TryClose( _
   Optional ByVal dialogResult As Nullable(Of Boolean) _
) 
'Usage
 
Dim instance As VaultViewModel
Dim dialogResult As Nullable(Of Boolean)
 
instance.TryClose(dialogResult)
public virtual void TryClose( 
   Nullable<bool> dialogResult
)

Parameters

dialogResult
The dialog result.
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

VaultViewModel Class
VaultViewModel Members

 

 


Send Comment