LoadItemsEventArgs(Int32, Int32) Constructor

Definición

Inicializa una nueva instancia de la clase LoadItemsEventArgs. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte 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)

Parámetros

index
Int32

Inicializa la propiedad ItemIndex con este valor.

count
Int32

Inicializa la propiedad ItemCount con este valor.

Comentarios

Construye un nuevo LoadItemsEventArgs objeto, inicializando las ItemIndex propiedades y ItemCount con los valores de los indexparámetros , y count respectivamente.

Se aplica a

Consulte también