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


IWorkspaceEditControl.SetStoreEventsRequired Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditControl.SetStoreEventsRequired Method

Indicates that insert and update cursors on simple classes cannot bypass store events

[Visual Basic .NET]
Public Sub SetStoreEventsRequired ( _
)
[C#]
public void SetStoreEventsRequired (
);
[C++]
HRESULT SetStoreEventsRequired(
void
);

Product Availability

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

Description

This method instructs the geodatabase to fire events when features are created/modified/deleted through a cursor that otherwise wouldn't fire the events.

Remarks

You must be editing features within a edit session for events to be fired.

See Also

IWorkspaceEditControl Interface

.NET Related Topics

Responding to feature or row edits