ArcFM Server Developer Guide
CanClose Method (DuctTreeViewModel)


The implementor calls this action with the result of the close check.
Called to check whether or not this instance can close.
Syntax
'Declaration
 
Public Overridable Sub CanClose( _
   ByVal callback As Action(Of Boolean) _
) 
'Usage
 
Dim instance As DuctTreeViewModel
Dim callback As Action(Of Boolean)
 
instance.CanClose(callback)
public virtual void CanClose( 
   Action<bool> callback
)

Parameters

callback
The implementor calls this action with the result of the close check.
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

DuctTreeViewModel Class
DuctTreeViewModel Members

 

 


Send Comment