ArcGIS Developer Help  (ESRI.ArcGIS.Geodatabase)  

2 Delegate

Represents the method that handles the OnStartEditing event.
[Visual Basic .NET]
Public Delegate Sub 2 ( _
    ByVal withUndoRedo As Boolean _
)
[C#]
public delegate void 2 (
    bool withUndoRedo
);