ArcGIS Developer Help  (ESRI.ArcGIS.Controls)  

OnCreateFeatureEventHandler Delegate

Represents the method that handles the OnCreateFeature event.
[Visual Basic .NET]
Public Delegate Sub OnCreateFeatureEventHandler ( _
    ByVal Object As IObject _
)
[C#]
public delegate void OnCreateFeatureEventHandler (
    IObject Object
);