ArcFM Desktop 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
public event EventHandler<ConfiguratorTransformEventArgs> ConfiguratorTransform
'Declaration
 
Public Event ConfiguratorTransform As EventHandler(Of ConfiguratorTransformEventArgs)
 
'Usage
 
Dim instance As RxDb
Dim handler As EventHandler(Of ConfiguratorTransformEventArgs)
 
AddHandler instance.ConfiguratorTransform, handler
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