public class TreeCollectionView : CollectionView,
IEditableCollectionViewAddNewItem, IEditableCollectionView, IItemProperties, IWeakEventListenerPublic Class TreeCollectionView
Inherits CollectionView
Implements IEditableCollectionViewAddNewItem, IEditableCollectionView, IItemProperties, IWeakEventListenerpublic ref class TreeCollectionView : public CollectionView,
IEditableCollectionViewAddNewItem, IEditableCollectionView, IItemProperties, IWeakEventListenertype TreeCollectionView =
class
inherit CollectionView
interface IEditableCollectionViewAddNewItem
interface IEditableCollectionView
interface IItemProperties
interface IWeakEventListener
end| TreeCollectionView | Инициализирует новый экземпляр класса TreeCollectionView |
| AddNew | |
| CancelEdit | |
| CancelNew | |
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |
| ClearChangeLog | Clears any pending changes from the change log. (Унаследован от CollectionView) |
| ClearPendingChanges | Clears unprocessed changed to the collection. (Унаследован от CollectionView) |
| CommitEdit | |
| CommitNew | |
| Contains | (Переопределяет CollectionViewContains(Object)) |
| DeferRefresh | (Переопределяет CollectionViewDeferRefresh) |
| DetachFromSourceCollection | Removes the reference to the underlying collection from the CollectionView. (Унаследован от CollectionView) |
| EditItem | |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetEnumerator | (Переопределяет CollectionViewGetEnumerator) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetItemAt | (Переопределяет CollectionViewGetItemAt(Int32)) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| IndexOf | (Переопределяет CollectionViewIndexOf(Object)) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| MoveCurrentTo | (Переопределяет CollectionViewMoveCurrentTo(Object)) |
| MoveCurrentToFirst | (Переопределяет CollectionViewMoveCurrentToFirst) |
| MoveCurrentToLast | (Переопределяет CollectionViewMoveCurrentToLast) |
| MoveCurrentToNext | (Переопределяет CollectionViewMoveCurrentToNext) |
| MoveCurrentToPosition | (Переопределяет CollectionViewMoveCurrentToPosition(Int32)) |
| MoveCurrentToPrevious | (Переопределяет CollectionViewMoveCurrentToPrevious) |
| OKToChangeCurrent | Returns a value that indicates whether the view can change which item is the CurrentItem. (Унаследован от CollectionView) |
| OnAllowsCrossThreadChangesChanged | Occurs when the AllowsCrossThreadChanges property changes. (Унаследован от CollectionView) |
| OnBeginChangeLogging | Called by the base class to notify the derived class that an CollectionChanged event has been posted to the message queue. (Унаследован от CollectionView) |
| OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. (Унаследован от CollectionView) |
| OnCollectionChanged(Object, NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. (Унаследован от CollectionView) |
| OnCurrentChanged | Raises the CurrentChanged event. (Унаследован от CollectionView) |
| OnCurrentChanging | Raises a CurrentChanging event that is not cancelable. (Унаследован от CollectionView) |
| OnCurrentChanging(CurrentChangingEventArgs) | Raises the CurrentChanging event with the specified arguments. (Унаследован от CollectionView) |
| OnPropertyChanged | Raises the PropertyChanged event using the specified arguments. (Унаследован от CollectionView) |
| PassesFilter | (Переопределяет CollectionViewPassesFilter(Object)) |
| ProcessCollectionChanged | (Переопределяет CollectionViewProcessCollectionChanged(NotifyCollectionChangedEventArgs)) |
| ProcessPendingChanges | Ensures that all pending changes to the collection have been committed. (Унаследован от CollectionView) |
| Refresh | Re-creates the view. (Унаследован от CollectionView) |
| RefreshOrDefer | Refreshes the view or specifies that the view needs to be refreshed when the defer cycle completes. (Унаследован от CollectionView) |
| RefreshOverride | (Переопределяет CollectionViewRefreshOverride) |
| Remove | |
| RemoveAt | |
| SetCurrent(Object, Int32) | Sets the specified item and index as the values of the CurrentItem and CurrentPosition properties. (Унаследован от CollectionView) |
| SetCurrent(Object, Int32, Int32) | Sets the specified item and index as the values of the CurrentItem and CurrentPosition properties. This method can be called from a constructor of a derived class. (Унаследован от CollectionView) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |
| CollectionChanged | Occurs when the view has changed. (Унаследован от CollectionView) |
| CurrentChanged | (Переопределяет CollectionViewCurrentChanged) |
| CurrentChanging | (Переопределяет CollectionViewCurrentChanging) |
| PropertyChanged | Occurs when a property value has changed. (Унаследован от CollectionView) |