ArcObjects Library Reference (Editor)  

IEditTool.EventSource Property

The event source for the edit tool.

[Visual Basic .NET]
Public ReadOnly Property EventSource As Object
[C#]
public object EventSource {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this method to tie into the event source for the EditTool.

This event source (IEditToolEvents) broadcasts events in response to the user moving this tool across the map while having the left mouse button depressed.

See Also

IEditTool Interface | IDatasetEdit Interface | IDatasetEditInfo Interface | Editor Class | IEditTask.OnFinishSketch Method | IEditor Interface | IEditTask.OnDeleteSketch Method | IEditTask.Activate Method | IEditTask.Deactivate Method | IEditSketch Interface | IEditAttributeProperties Interface | IEditLayers Interface | IEditEvents Interface | IEditTask.Name Property | IEditProperties Interface | IEditEvents2 Interface | ISnapEnvironment Interface | ICommand Interface