BindingNavigator.OnRefreshItems Method
Is there some reason thatBindingNavigator.OnRefreshItems Method fires three times each time the position of the BindingSource moves? It seems like it should only fire once.
If I hook into the RefreshItems event, it fires four times for each move. Again, it seems like it should only fire once.
I need to use one of the above, but I don't want the code to run three or four times in a row when only once is needed. There does not seem to be any change in the event parameters or any other change in the sender.
Greg Gum

