Share via


OnLoadItems Method

Called when the control is custom paginated and needs more data.

protected virtual void OnLoadItems(
   EventArgs e
)

Parameters

  • e
    An object defined by an EventArgs object that contains event data.

Remarks

The default implementation raises the LoadItems event. Inheriting classes can override this method to retrieve the required data.

See Also

Applies to: PagedControl   Class