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 );