ArcFM Solution Developer Guide
OnIsItemsHostChanged Method


Syntax
'Declaration
 
Protected Overridable Sub OnIsItemsHostChanged( _
   ByVal oldIsItemsHost As System.Boolean, _
   ByVal newIsItemsHost As System.Boolean _
) 
'Usage
 
Dim instance As ElementCanvas
Dim oldIsItemsHost As System.Boolean
Dim newIsItemsHost As System.Boolean
 
instance.OnIsItemsHostChanged(oldIsItemsHost, newIsItemsHost)
protected virtual void OnIsItemsHostChanged( 
   System.bool oldIsItemsHost,
   System.bool newIsItemsHost
)

Parameters

oldIsItemsHost
newIsItemsHost
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

ElementCanvas Class
ElementCanvas Members

 

 


Send Comment