ArcFM Desktop Developer Guide
InspectionModeChanged Event


Syntax
'Declaration
 
Public Event InspectionModeChanged As EventHandler(Of InspectionModeChangedEventArgs)
'Usage
 
Dim instance As InspectionPalette
Dim handler As EventHandler(Of InspectionModeChangedEventArgs)
 
AddHandler instance.InspectionModeChanged, handler
public event EventHandler<InspectionModeChangedEventArgs> InspectionModeChanged
Event Data

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

PropertyDescription
InspectorRelationshipClass  
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

InspectionPalette Class
InspectionPalette Members

 

 


Send Comment