名前 | 解説 | |
---|---|---|
Count | Gets the number of elements in the collection. | |
CurrentItem | Gets or sets the current item in the view. | |
CurrentPosition | Gets the current position. | |
Item | Gets the element at the specified index in the read-only list. |
C1CollectionViewBase<T>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Count | Gets the number of elements in the collection. | |
CurrentItem | Gets or sets the current item in the view. | |
CurrentPosition | Gets the current position. | |
Item | Gets the element at the specified index in the read-only list. |
名前 | 解説 | |
---|---|---|
GetItemType | Gets the type of the item. | |
IndexOf | Gets the index of the specified item. | |
MoveCurrentTo | Sets the specified item in the view as the current item. | |
MoveCurrentToFirst | Sets the first item in the view as the current item. | |
MoveCurrentToLast | Sets the last item in the view as the current item. | |
MoveCurrentToNext | Sets the item after the CurrentItem in the view as the CurrentItem. | |
MoveCurrentToPosition | Sets the item at the specified index in the view as the current item. | |
MoveCurrentToPrevious | Sets the item before the CurrentItem in the view as the CurrentItem. |
名前 | 解説 | |
---|---|---|
CollectionChanged | Occurs after the collection changed. | |
CurrentChanged | Occurs after the current item changed. | |
CurrentChanging | Occurs when the current item is changing. | |
PropertyChanged | Occurs when a property value changes. |