Represents the types of changes which took place in a RowItem.
Namespace:
BeeMobile.ComboBoxAssembly: BeeMobile.RoundComboBox.CF35 (in BeeMobile.RoundComboBox.CF35.dll) Version: 3.5.1.6
Syntax
| C# |
|---|
public enum ItemChangeType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ItemChangeType |
| Visual C++ |
|---|
public enum class ItemChangeType |
Members
| Member name | Description | |
|---|---|---|
| DimensionsChanged |
The dimensions of a RowItem were changed.
| |
| ContentChanged |
The content of a RowItem was changed.
| |
| NoVisualChanged |
No property which affects the visual representation of a RowItem was changed.
| |
| AllRowItemsRemoved |
All RowItem objects were removed from a [!:RowItemCollection].
| |
| RowItemInserted |
A RowItem object was inserted into a [!:RowItemCollection].
| |
| OneRowItemRemoved |
A single RowItem object was removed from a [!:RowItemCollection].
|