MobileForms Toolkit Documentation

ItemEventArgs Class

The Item event occurs when a Item is clicked, got focus, lost focus or changed. A ItemEventArgs specifies the Item which raise event, its name and index in DetailViewItems collection.

For a list of all members of this type, see ItemEventArgs Members.

System.Object
   Resco.Controls.DetailView.ItemEventArgs

public class ItemEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class is used in the Item events. It provide som usesfull informations.

Requirements

Namespace: Resco.Controls.DetailView

Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)

See Also

ItemEventArgs Members | Resco.Controls.DetailView Namespace