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