The normal "OnChangeFeature" and " OnCreateFeature" don't fire when editing in a cadastral fabric and I'm looking for similar events where I can hook into editing events that are occuring for parcels.
I added handlers for everything(events) I could find in the Cadastral object model and added a parcel in ArcMap and this is what fired:
[OnStartEditing 326] - Enter
[OnStartParcelEditing 437] - Enter
[OnAfterStopParcelEditing 442] - Enter
[OnStartJoining 401] - Enter
[OnJoin 416] - Enter
[OnEndJoining 411] - Enter
I'd like to peek at the IFeature (or whatever it is at this point)-- OnAfterStopParcelEditing looks like a candidate. I could do OnJoin as well. But there are no parameters for those events.
I'm probably missing some property that is carrying what I'm after.