MobileForms Toolkit Documentation

CellEventArgs Class

CellEventArgs class contains the arguments of CellEventHandler delegate.

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

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

public class CellEventArgs : 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

CellEventArgs are arguments for the CellClick . They extend the ItemEventArgs. The data provided to the handler are extended with the affected Cell and its CellIndex, and the actual displayed CellData.

Requirements

Namespace: Resco.Controls.AdvancedComboBox

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

See Also

CellEventArgs Members | Resco.Controls.AdvancedComboBox Namespace