LoadItemsEventArgs(Int32, Int32) Constructor

Definition

Initializes a new instance of the LoadItemsEventArgs class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 LoadItemsEventArgs(int index, int count);
public LoadItemsEventArgs (int index, int count);
new System.Web.UI.MobileControls.LoadItemsEventArgs : int * int -> System.Web.UI.MobileControls.LoadItemsEventArgs
Public Sub New (index As Integer, count As Integer)

Parameters

index
Int32

Initializes the ItemIndex property with this value.

count
Int32

Initializes the ItemCount property with this value.

Remarks

Constructs a new LoadItemsEventArgs object, initializing the ItemIndex and ItemCount properties with the values of the index, and count parameters, respectively.

Applies to

See also