"....The CellControlAttached event not only fires when a cell is brought into view, but it also fires when a cell binding is refreshed due to an underlying change in the datasource...."
Within the event how do we know, if the event was fired due a change in the underlying datasource or it was just brought into view (by switching between screens etc..)?
Pls. advice.
There isn't a way to tell, but why do you need to know this? Could you tell me your use case?
We want to change the background color of the cell only during binding datasource refresh. (to highlight realtime updates)..
currently i'm setting the style in the cellcontrolattachedevent.. the problem is the color changes not only during datasource changes... but also when the user switches to another screen and then comesback to the original screen...