DataGrid.OnScroll(EventArgs) Method

Definition

Raises the Scroll event.

protected:
 void OnScroll(EventArgs ^ e);
protected void OnScroll (EventArgs e);
member this.OnScroll : EventArgs -> unit
Protected Sub OnScroll (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to