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


IBuildEvents.OnCurrentMethodChanged Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

IBuildEvents.OnCurrentMethodChanged Method

Fired when the current selection of method changes.

[Visual Basic .NET]
Public Sub OnCurrentMethodChanged ( _
)
[C#]
public void 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