This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnCreateFeature Event (ArcObjects .NET 10.5 SDK) |
Fires when new features are created.
[Visual Basic .NET] Public Event OnCreateFeature As OnCreateFeatureEventHandler
[C#] public event OnCreateFeatureEventHandler OnCreateFeature
[C++]
HRESULT OnCreateFeature(
IObject* Object
);
[C++]
Parameters Object [in]
Object is a parameter of type IObject
The OnCreateFeature event is fired whenever a new feature is created. The new feature is passed to all listening clients via the IObject parameter.