This document is archived and information here might be outdated. Recommended version. |
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.