ArcFM Server Developer Guide
OnConflictsDetected Event


Version: 10.2.1a

Resource Center Home

Called when editing conflicts are detected during save.
Syntax
'Declaration
 
Public Event OnConflictsDetected As EventHandler(Of EditEventArgs)
'Usage
 
Dim instance As Editor
Dim handler As EventHandler(Of EditEventArgs)
 
AddHandler instance.OnConflictsDetected, handler
public event EventHandler<EditEventArgs> OnConflictsDetected
Event Data

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

PropertyDescription
EditorPasses in the Editor class.  
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