IGraphEditorHostApplication
This interface is implemented by the various host of GraphEditor to
pass some configuration parameters as well as to receive some event
notifications required by the host application to update itself.
Name value pair for configuration parameters. Mostly the
configuration keys are used from ConfigurationKeys class.
When the current graph is suppressed and a new graph is activated
this method is called by the graph controller, so that host app
can setup or activate a document corresponding to given graph id.
void PostGraphUpdate()
This method is called by the graph controller to notify host app
that the graph execution has finished and graph is updated. Host
app would like to refresh it's graphics or perform some cleanup.