In arcmap, I choose to "Display the attributes dialog before storing new features" in editor options for several layers.
I intend to do further development upon user closing the attribute dialog window (for new created feature).
So I want to check how to determine when the attribute dialog window (see the picture below) is closed.
enter image description here
I am using arcmap and arcobjects 10.2.2, vb.net arcmap add-in.
1 Answer 1
Looks like you want to listen for attribute window events. Seems you can access them from this interface: iAttributeWindowEvents
There is an 'onDeactivate' event that you'll want to listen for to trigger your next section of code.
There should be plenty of code samples around showing how to listen for events in ArcObjects.net.
Explore related questions
See similar questions with these tags.