MobileForms Toolkit Documentation

ItemEventArgs Class

ItemEventArgs class contains the arguments of ItemEventHandler delegate.

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

System.Object
   System.EventArgs
      Resco.Controls.AdvancedComboBox.ItemEventArgs
         Resco.Controls.AdvancedComboBox.CellEventArgs

public class ItemEventArgs : EventArgs

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

ItemEventArgs are arguments for the ItemSelect event. The data provided to the handler consist of the DataItem, that was affected by the event, ItemIndex of this item and the Offset of the item from the top of the screen.

Requirements

Namespace: Resco.Controls.AdvancedComboBox

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

See Also

ItemEventArgs Members | Resco.Controls.AdvancedComboBox Namespace