ArcObjects Library Reference (Editor)  

EditEvents4 Class

Helper coclass for working with the nondefault outbound IEditEvents4 interface in VB.

EditEvents4 is a non-creatable object. References to non-creatable objects must be obtained through other objects.

Product Availability

Available with ArcGIS Desktop.

Interfaces

Interfaces Description

Event Interfaces

Interfaces Description
IEditEvents4 (default) Provides access to more editor events. Implement it to listen for specific events that occur during an edit session.

Working with Events

[Visual Basic 6.0]

When working with EditEvents4's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pEditEvents4 as EditEvents4