Hello
I want to know if there is an event to tell if the user scrolled to another month. I am trying to use this event:
1.
protected
override
void
OnScrollChanged (
int
l,
int
t,
int
oldl,
int
oldt)
2.
{
3.
base
.OnScrollChanged (l, t, oldl, oldt);
4.
}
But I am not sure If I am in the correct way.
Is there an event that tells me on which month I am currently in?