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


IWorkspaceEditEvents.OnStartEditOperation Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditEvents.OnStartEditOperation Event

This event is fired after an edit operation is started.

[Visual Basic .NET]
Public Event OnStartEditOperation As OnStartEditOperationEventHandler
[C#]
public event OnStartEditOperationEventHandler OnStartEditOperation
[C++]
HRESULT OnStartEditOperation(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceEditEvents Interface