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


ITableViewCallback.StopEditOperation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseUI)  

ITableViewCallback.StopEditOperation Method

Stop an edit operation.

[Visual Basic .NET]
Public Sub StopEditOperation ( _
    ByVal operationName As String _
)
[C#]
public void StopEditOperation (
    string operationName
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewCallback Interface