Interface IProxyableNotifyCollectionChanged<T>
Syntax
public interface IProxyableNotifyCollectionChanged<T>
Type Parameters
Properties
ProxyCollectionChange
Declaration
bool ProxyCollectionChange { get; set; }
Property Value
Methods
AfterAdd(T)
Declaration
Parameters
Type |
Name |
Description |
T |
item |
|
AfterRemove(T)
Declaration
Parameters
Type |
Name |
Description |
T |
item |
|
BeforeAdd(T)
Declaration
Parameters
Type |
Name |
Description |
T |
item |
|
BeforeRemove(T)
Declaration
void BeforeRemove(T item)
Parameters
Type |
Name |
Description |
T |
item |
|
Extension Methods