ArcObjects Library Reference (Editor)  

EditEvents3 Class

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

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Interfaces

Interfaces Description

Event Interfaces

Interfaces Description
IEditEvents3 (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 EditEvents3's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pEditEvents3 as EditEvents3