This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEditControl Interface > IWorkspaceEditControl.SetStoreEventsRequired Method (ArcObjects .NET 10.4 SDK) |
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
);
This method instructs the geodatabase to fire events when features are created/modified/deleted through a cursor that otherwise wouldn't fire the events.
You must be editing features within a edit session for events to be fired.