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