Class CollectionPropertyHelper<E>
Abstract base implementation for Collection property helper
Inheritance
CollectionPropertyHelper<E>
Implements
com.scichart.core.observable.ICollectionObserver<E>
Namespace:
Assembly: .dll
Syntax
public abstract class CollectionPropertyHelper<E> implements ICollectionObserver<E>
Type Parameters
Constructors
CollectionPropertyHelper(propertyHelpers.IPropertyHolder propertyHolder, int propertyId)
Declaration
public CollectionPropertyHelper(propertyHelpers.IPropertyHolder propertyHolder, int propertyId)
Parameters
Fields
propertyHolder
Declaration
protected final propertyHelpers.IPropertyHolder propertyHolder
Field Value
Methods
attachTo(E item, IServiceContainer services)
Declaration
protected abstract void attachTo(E item, IServiceContainer services)
Parameters
detach(E item)
Declaration
protected abstract void detach(E item)
Parameters
| Type |
Name |
Description |
| E |
item |
|
invalidatePropertyHolder()
Declaration
protected void invalidatePropertyHolder()
onCollectionChanged(ObservableCollection<E> collection, CollectionChangedEventArgs<E> args)
Declaration
public void onCollectionChanged(ObservableCollection<E> collection, CollectionChangedEventArgs<E> args)
Parameters
Exceptions
onCollectionDrasticallyChanged(ObservableCollection<E> oldValue, ObservableCollection<E> newValue)
Declaration
public void onCollectionDrasticallyChanged(ObservableCollection<E> oldValue, ObservableCollection<E> newValue)
Parameters
Implements
com.scichart.core.observable.ICollectionObserver<E>