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


ITableViewCallback.EnableEditUndoRedo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableViewCallback Interface > ITableViewCallback.EnableEditUndoRedo Method
ArcGIS Developer Help

ITableViewCallback.EnableEditUndoRedo Method

Enable/Disable Undo/Redo.

[Visual Basic .NET]
Public Sub EnableEditUndoRedo ( _
    ByVal Enable As Boolean _
)
[C#]
public void EnableEditUndoRedo (
    bool Enable
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewCallback Interface