Occurs after an existing feature's geometry has been edited.
This event fires in addition to OnFeatureChanged. Use this event to write code that performs an action when a shapefile feature is identified.
The ThisEvent object contains information about the current feature being identified. The Layer property contains a reference to the Layer being identified and the Bookmark property contains the bookmark of the identified feature in that layer. Use this event to write code that performs the desired action when an existing feature's geometry has been edited. This event is also sent to the Layer object of the edited feature's layer.
The ThisEvent object contains information about the current feature being identified. The Layer property contains a reference to the Layer being identified and the Bookmark property contains the bookmark of the identified feature in that layer. Use this event to write code that performs the desired action when an existing feature's geometry has been edited. This event is also sent to the Layer object of the edited feature's layer.