0

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.

asked Oct 13, 2014 at 3:32

1 Answer 1

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.

answered Oct 13, 2014 at 9:10

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.