ArcFM Engine Developer Guide
OnRelationshipChanged Event


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Event OnRelationshipChanged As EventHandler(Of EditRelationshipEventArgs)
'Usage
 
Dim instance As Editor
Dim handler As EventHandler(Of EditRelationshipEventArgs)
 
AddHandler instance.OnRelationshipChanged, handler
public event EventHandler<EditRelationshipEventArgs> OnRelationshipChanged
Event Data

The event handler receives an argument of type EditRelationshipEventArgs containing data related to this event. The following EditRelationshipEventArgs properties provide information specific to this event.

PropertyDescription
EditedObject  
Editor  
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

Editor Class
Editor Members

 

 


Send Comment