Method | Description | |
---|---|---|
SelfServiceDependencyDelegateCollectionViewGroup ( object groupObject, DependencyCollectionView parentView, Func |
Method | Description | |
---|---|---|
OnAddingItemToGroup ( object item ) : bool | ||
OnRemovingingItemFromGroup ( object item ) : bool |
protected OnAddingItemToGroup ( object item ) : bool | ||
item | object | |
return | bool |
protected OnRemovingingItemFromGroup ( object item ) : bool | ||
item | object | |
return | bool |
public SelfServiceDependencyDelegateCollectionViewGroup ( object groupObject, DependencyCollectionView parentView, Func |
||
groupObject | object | |
parentView | DependencyCollectionView | |
tryAddItemToGroup | Func |
|
tryRemoveItemFromGroup | Func |
|
return | System |