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 |
| AllowsCrossThreadChanges | Gets a value that indicates whether a thread other than the one that created the CollectionView can change the SourceCollection. (Унаследован от CollectionView) |
| CanAddNew | |
| CanCancelEdit | |
| CanFilter | (Переопределяет CollectionViewCanFilter) |
| CanGroup | (Переопределяет CollectionViewCanGroup) |
| CanRemove | |
| CanSort | (Переопределяет CollectionViewCanSort) |
| Comparer | (Переопределяет CollectionViewComparer) |
| Count | (Переопределяет CollectionViewCount) |
| Culture | (Переопределяет CollectionViewCulture) |
| CurrentAddItem | |
| CurrentEditItem | |
| CurrentItem | (Переопределяет CollectionViewCurrentItem) |
| CurrentPosition | (Переопределяет CollectionViewCurrentPosition) |
| CustomSort | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Унаследован от DispatcherObject) |
| Filter | (Переопределяет CollectionViewFilter) |
| GroupDescriptions | (Переопределяет CollectionViewGroupDescriptions) |
| Groups | (Переопределяет CollectionViewGroups) |
| IsAddingNew | |
| IsCurrentAfterLast | (Переопределяет CollectionViewIsCurrentAfterLast) |
| IsCurrentBeforeFirst | (Переопределяет CollectionViewIsCurrentBeforeFirst) |
| IsCurrentInSync | Gets a value that indicates whether the CurrentItem is at the CurrentPosition. (Унаследован от CollectionView) |
| IsDynamic | Gets a value that indicates whether the underlying collection provides change notifications. (Унаследован от CollectionView) |
| IsEditingItem | |
| IsEmpty | (Переопределяет CollectionViewIsEmpty) |
| IsInUse | Gets a value that indicates whether any object is subscribing to the events of this CollectionView. (Унаследован от CollectionView) |
| IsRefreshDeferred | Gets a value that indicates whether there is an outstanding DeferRefresh in use. (Унаследован от CollectionView) |
| NeedsRefresh | (Переопределяет CollectionViewNeedsRefresh) |
| NewItemPlaceholderPosition | |
| SortDescriptions | (Переопределяет CollectionViewSortDescriptions) |
| SourceCollection | (Переопределяет CollectionViewSourceCollection) |
| UpdatedOutsideDispatcher | Gets a value that indicates whether it has been necessary to update the change log because a CollectionChanged notification has been received on a different thread without first entering the user interface (UI) thread dispatcher. (Унаследован от CollectionView) |
| 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 | |
| GetEnumerator | (Переопределяет CollectionViewGetEnumerator) |
| GetItemAt | (Переопределяет CollectionViewGetItemAt(Int32)) |
| IndexOf | (Переопределяет CollectionViewIndexOf(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(NotifyCollectionChangedEventArgs) | When overridden in a derived class, processes a single change on the UI thread. (Унаследован от CollectionView) |
| ProcessCollectionChanged(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) |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |
| CollectionChanged | Occurs when the view has changed. (Унаследован от CollectionView) |
| CurrentChanged | |
| CurrentChanging | |
| PropertyChanged | Occurs when a property value has changed. (Унаследован от CollectionView) |