StrataFrame Forum

Where's CurrentRowIndexMoved event?

http://forum.strataframe.net/Topic23682.aspx

By Kirk M Sherhart - 6/25/2009

The BusinessLayer.OnCurrentRowIndexMoved() method makes reference to the CurrentRowIndexMoved event, but the event is unavailable because it's marked with "Friend" access.



Any particular reason this event is "Friend", but all the other events are "Public"?
By Trent L. Taylor - 6/25/2009

Any particular reason this event is "Friend", but all the other events are "Public"?




Yes, this is an internal event that should not be exposed upon pain of death BigGrin



There is a lot of logic around this and for the purposes of needing access to knowing when the row changes, you should use the Navigated or the Navigating event.