Where's CurrentRowIndexMoved event?


Author
Message
Kirk M Sherhart
Kirk M Sherhart
StrataFrame Novice (65 reputation)StrataFrame Novice (65 reputation)StrataFrame Novice (65 reputation)StrataFrame Novice (65 reputation)StrataFrame Novice (65 reputation)StrataFrame Novice (65 reputation)StrataFrame Novice (65 reputation)StrataFrame Novice (65 reputation)StrataFrame Novice (65 reputation)
Group: Forum Members
Posts: 41, Visits: 259
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"?
Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
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.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search