This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnCurrentTaskChanged Event (ArcObjects .NET 10.4 SDK) |
Fires when the current task changes.
[Visual Basic .NET] Public Event OnCurrentTaskChanged As OnCurrentTaskChangedEventHandler
[C#] public event OnCurrentTaskChangedEventHandler OnCurrentTaskChanged
[C++]
HRESULT OnCurrentTaskChanged(
void
);
The OnCurrentTaskChanged event is fired whenever the current task changes during an edit session. For example, when a new task from the ControlsEditingTaskToolControl is selected or when the IEngineEditor::CurrentTask is set programmatically.