I have a C# application that creates a class library that gets included into GP. Many of the screens are wrapped around various distribution windows. I proceed through these windows as you can see in the included code. An issue that has come up is that if a user changes a value on a distribution line but does not move off that line when the event fires that brings up my code, the value read on the line is the old value. Is there some event I can use in my code to refresh the grid prior to my code firing?