ArcObjects Library Reference (Editor)  

IEditEvents.OnCurrentTaskChanged Event

Called when the current task changes.

[Visual Basic .NET]
Public Event OnCurrentTaskChanged As OnCurrentTaskChangedEventHandler
[C#]
public event OnCurrentTaskChangedEventHandler OnCurrentTaskChanged

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever the current task changes during an edit session, the OnCurrentTaskChanged event is fired.

See Also

IEditEvents Interface