Message 1 of 4
A question on nested events
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am writing a code wherein I am utilizing two events:
1. A "Document Created" event, which is registered when a new document is created.
2. Inside the event handler of the "Document Created" event I have initialized a "Implied Selection Changed " event so that as soon as a new document is created, the Implied Selection Changed event is invoked.
But as I create multiple new documents and switch back to the old ones, the "Implied Selection Changed " event doesn't seem to work.
I do not understand why this is happening.
Basically, I want "ImpliedSelectionChanged" event to work on every document that is created/open , looking for advice on how to go about this.
Thanks in advance.