This document is archived and information here might be outdated.  Recommended version.


IBuildEvents.OnCurrentMethodChanged Event (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (CadastralUI)  

IBuildEvents.OnCurrentMethodChanged Event

Fired when the current selection of method changes.

[Visual Basic .NET]
Public Event OnCurrentMethodChanged As OnCurrentMethodChangedEventHandler
[C#]
public event OnCurrentMethodChangedEventHandler OnCurrentMethodChanged

Product Availability

Available with ArcGIS Desktop.

Remarks

The OnCurrentMethodChanged is initialized when the current selection of a method changes.  If a custom build method is created, the method would appear in the build method dropdown.

See Also

IBuildEvents Interface