ArcFM Solution Developer Guide
mmEditEvent Enumeration






This enumeration is used by: IMMSpecialAUStrategyEx::Enabled, IMMSpecialAUStrategyEx::Execute, IMMRelationshipAUStrategyEx::Enabled, and IMMRelationshipAUStrategy::Execute. This enumeration provides a list of edit events that may determine when an autoupdater is fired.

Syntax
'Declaration
 
<System.Runtime.InteropServices.GuidAttribute("E8981A50-A914-11D3-A07E-00500462E2B6")>
Public Enum mmEditEvent 
   Inherits System.Enum
'Usage
 
Dim instance As mmEditEvent
[System.Runtime.InteropServices.Guid("E8981A50-A914-11D3-A07E-00500462E2B6")]
public enum mmEditEvent : System.Enum 
public enum mmEditEvent = class(System.Enum)
System.Runtime.InteropServices.GuidAttribute("E8981A50-A914-11D3-A07E-00500462E2B6")
public enum mmEditEvent extends System.Enum
[System.Runtime.InteropServices.Guid("E8981A50-A914-11D3-A07E-00500462E2B6")]
__value public enum mmEditEvent : public System.Enum 
[System.Runtime.InteropServices.Guid("E8981A50-A914-11D3-A07E-00500462E2B6")]
public enum class mmEditEvent : public System.Enum 
Members
MemberDescription
mmEventAbandon 
mmEventAfterFeatureSplit 
mmEventBeforeFeatureSplit 
mmEventCustomEditor 
mmEventCustomFieldEditor 
mmEventCustomFieldEditorForm 
mmEventCustomFieldEditorInPlace 
mmEventCustomFieldEditorTab 
mmEventDisplayNameObject 
mmEventEditMetadata 
mmEventEDMPropertyType 
mmEventExtendedDataDefinitionTable 
mmEventFeatureCreate 
mmEventFeatureDelete 
mmEventFeatureMerged 
mmEventFeatureSplit 
mmEventFeatureUpdate 
mmEventFieldValidationRule 
mmEventMobileImportFeatureCreate 
mmEventMobileImportFeatureDelete 
mmEventMobileImportFeatureUpdate 
mmEventNetworkFeatureConnect 
mmEventNetworkFeatureDisconnect 
mmEventNetworkValidationRule 
mmEventObjectInitialized 
mmEventObjectValidated 
mmEventRelatedObjectChanged 
mmEventRelatedObjectMoved 
mmEventRelatedObjectRotated 
mmEventRelationshipCreated 
mmEventRelationshipDeleted 
mmEventRelationshipUpdated 
mmEventShapeInitialized 
mmEventUnspecified 
mmEventValidationRule 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Interop.mmEditEvent

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Miner.Interop Namespace

Send Feedback