Hi,
Can I have way to provide Escape key for the diagram parent control’s key down event?
Not stop the key down routed events at diagram.
Hi,
Can I have way to provide Escape key for the diagram parent control’s key down event?
Not stop the key down routed events at diagram.
You could implement a PreviewKeyDown handler on the outer control. Or you could override CommandHandler.DoCancel to invoke whatever code you like in addition to calling the base method.