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


IBuildEvents.OnCurrentMethodChanged Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IB > IBuildEvents Interface > IBuildEvents.OnCurrentMethodChanged Event
ArcGIS Developer Help

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