public class TreeCollectionView : CollectionView,
IEditableCollectionViewAddNewItem, IEditableCollectionView, IItemProperties, IWeakEventListener
Public Class TreeCollectionView
Inherits CollectionView
Implements IEditableCollectionViewAddNewItem, IEditableCollectionView, IItemProperties, IWeakEventListener
public ref class TreeCollectionView : public CollectionView,
IEditableCollectionViewAddNewItem, IEditableCollectionView, IItemProperties, IWeakEventListener
type 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 | (Переопределяет CollectionView.CanFilter) |
CanGroup | (Переопределяет CollectionView.CanGroup) |
CanRemove | |
CanSort | (Переопределяет CollectionView.CanSort) |
Comparer | (Переопределяет CollectionView.Comparer) |
Count | (Переопределяет CollectionView.Count) |
Culture | (Переопределяет CollectionView.Culture) |
CurrentAddItem | |
CurrentEditItem | |
CurrentItem | (Переопределяет CollectionView.CurrentItem) |
CurrentPosition | (Переопределяет CollectionView.CurrentPosition) |
CustomSort | |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Унаследован от DispatcherObject) |
Filter | (Переопределяет CollectionView.Filter) |
GroupDescriptions | (Переопределяет CollectionView.GroupDescriptions) |
Groups | (Переопределяет CollectionView.Groups) |
IsAddingNew | |
IsCurrentAfterLast | (Переопределяет CollectionView.IsCurrentAfterLast) |
IsCurrentBeforeFirst | (Переопределяет CollectionView.IsCurrentBeforeFirst) |
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 | (Переопределяет CollectionView.IsEmpty) |
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 | (Переопределяет CollectionView.NeedsRefresh) |
NewItemPlaceholderPosition | |
SortDescriptions | (Переопределяет CollectionView.SortDescriptions) |
SourceCollection | (Переопределяет CollectionView.SourceCollection) |
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 | (Переопределяет CollectionView.Contains(Object)) |
DeferRefresh | (Переопределяет CollectionView.DeferRefresh()) |
DetachFromSourceCollection | Removes the reference to the underlying collection from the CollectionView. (Унаследован от CollectionView) |
EditItem | |
GetEnumerator | (Переопределяет CollectionView.GetEnumerator()) |
GetItemAt | (Переопределяет CollectionView.GetItemAt(Int32)) |
IndexOf | (Переопределяет CollectionView.IndexOf(Object)) |
MoveCurrentTo | (Переопределяет CollectionView.MoveCurrentTo(Object)) |
MoveCurrentToFirst | (Переопределяет CollectionView.MoveCurrentToFirst()) |
MoveCurrentToLast | (Переопределяет CollectionView.MoveCurrentToLast()) |
MoveCurrentToNext | (Переопределяет CollectionView.MoveCurrentToNext()) |
MoveCurrentToPosition | (Переопределяет CollectionView.MoveCurrentToPosition(Int32)) |
MoveCurrentToPrevious | (Переопределяет CollectionView.MoveCurrentToPrevious()) |
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 | (Переопределяет CollectionView.PassesFilter(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 | (Переопределяет CollectionView.RefreshOverride()) |
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) |