MobileForms Toolkit Documentation

ItemEventArgs  Constructor (Item, Int32, String)

Initializes a new instance of the ItemEventArgs class with the specified Item.

public ItemEventArgs(
Item i,
int index,
string name
);

Parameters

i
Item which raise event.
index
Index of this item.
name
Name of this item.

Remarks

Create ItemEventsArgs class with specific attributes.

See Also

ItemEventArgs Class | Resco.Controls.DetailView Namespace | ItemEventArgs Constructor Overload List