ArcFM Solution Developer Guide
ConfiguratorTransform Event (RxDb)


If you need to transform the configurator (such as adding custom domains) this is a convenient place to do so. It is safe to access the RxDb properties from here.
Syntax
'Declaration
 
Public Event ConfiguratorTransform As System.EventHandler(Of ConfiguratorTransformEventArgs)
'Usage
 
Dim instance As RxDb
Dim handler As System.EventHandler(Of ConfiguratorTransformEventArgs)
 
AddHandler instance.ConfiguratorTransform, handler
public event System.EventHandler<ConfiguratorTransformEventArgs> ConfiguratorTransform
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

RxDb Class
RxDb Members

 

 


Send Comment