Raises the LoadedRows event.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
protected internal virtual void OnLoadedRows(
	EventArgs e
)
Visual Basic
Protected Friend Overridable Sub OnLoadedRows ( _
	e As EventArgs _
)

Parameters

e
Type: System..::..EventArgs
EventArgs that contains the event data.

See Also