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


IWorkspaceEditControl.SetStoreEventsRequired Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEditControl Interface > IWorkspaceEditControl.SetStoreEventsRequired Method
ArcGIS Developer Help

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