ArcObjects Library Reference (Editor)  

EditToolEvents CoClass

Helper coclass for working with the outbound interface on noncreatable object classes in VB.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Interfaces

Interfaces Description

Event Interfaces

Interfaces Description
IEditToolEvents (default) Provides access to events generated by the edit tool.

Remarks

This coclass was added specifically for Visual Basic developers.  Use this coclass to declare an instance of the outbound event interface IEditToolEvents.

Working with Events

[Visual Basic 6.0]

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

Private WithEvents pEditToolEvents as EditToolEvents

See Also

IEditAttributeProperties Interface