Helper coclass for working with the nondefault outbound IEditEvents5 interface in VB.
EditEvents5 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 |
---|---|
IEditEvents5 (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 EditEvents5's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pEditEvents5 as EditEvents5