| C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridColumnHeaderCell Class : ScrollChange Event |
public event EventHandler<View.ScrollChangeEventArgs> ScrollChange
The event handler receives an argument of type Android.Views.View.ScrollChangeEventArgs containing data related to this event. The following View.ScrollChangeEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| OldScrollX | |
| OldScrollY | |
| ScrollX | |
| ScrollY | |
| V |