This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Classes > E > EditEvents3 Class (ArcObjects .NET 10.4 SDK) |
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.
Interfaces | Description |
---|
Interfaces | Description |
---|---|
IEditEvents3 (default) | Provides access to more editor events. Implement it to listen for specific events that occur during an edit session. |
When working with EditEvents3's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pEditEvents3 as EditEvents3