C# Class MVVMSidekick.Collections.SelfServiceDependencyDelegateCollectionViewGroup

Inheritance: SelfServiceDependencyCollectionViewGroupBase
Datei anzeigen Open project: waynebaby/MVVM-Sidekick

Public Methods

Method Description
SelfServiceDependencyDelegateCollectionViewGroup ( object groupObject, DependencyCollectionView parentView, Func tryAddItemToGroup, Func tryRemoveItemFromGroup ) : System

Protected Methods

Method Description
OnAddingItemToGroup ( object item ) : bool
OnRemovingingItemFromGroup ( object item ) : bool

Method Details

OnAddingItemToGroup() protected method

protected OnAddingItemToGroup ( object item ) : bool
item object
return bool

OnRemovingingItemFromGroup() protected method

protected OnRemovingingItemFromGroup ( object item ) : bool
item object
return bool

SelfServiceDependencyDelegateCollectionViewGroup() public method

public SelfServiceDependencyDelegateCollectionViewGroup ( object groupObject, DependencyCollectionView parentView, Func tryAddItemToGroup, Func tryRemoveItemFromGroup ) : System
groupObject object
parentView DependencyCollectionView
tryAddItemToGroup Func
tryRemoveItemFromGroup Func
return System