I am using the XML semantic service from the Web package, but I think this is a more general question.
I need an event to hook up to that meets the following requirements:
1) It has to have an argument that tells me whether the last edit was programatically made (like DocumentTextChanged)
2) It has to fire only when the SemanticParseData is up-to-date.
Is there anything like that?
If not, is there any way I can check if the SemanticParseData is up-to-date with respect to the current Document.Text?
Thanks,
-Scott
I need an event to hook up to that meets the following requirements:
1) It has to have an argument that tells me whether the last edit was programatically made (like DocumentTextChanged)
2) It has to fire only when the SemanticParseData is up-to-date.
Is there anything like that?
If not, is there any way I can check if the SemanticParseData is up-to-date with respect to the current Document.Text?
Thanks,
-Scott