Posted 20 years ago
by Avalon
- TX

I think it would be extremely useful to have a StateChanged or StateLeave/StateEnter event. I am pretty sure this is something many developers that will be doing different parsing based upon states would like to be notified of the current state being changed as this would allow for us to reparse.
For example I have a State called ParameterDeclaration. When I leave this prameter declaration I would like to be notified so that i may reanalyze, checking for errors and rebuilding the list of parameters for the sql stored procedure.
For example I have a State called ParameterDeclaration. When I leave this prameter declaration I would like to be notified so that i may reanalyze, checking for errors and rebuilding the list of parameters for the sql stored procedure.