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