Search Results for

    Show / Hide Table of Contents

    Class CollectionPropertyHelper<E>

    Abstract base implementation for Collection property helper

    Inheritance
    java.lang.Object
    CollectionPropertyHelper<E>
    Implements
    com.scichart.core.observable.ICollectionObserver<E>
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public abstract class CollectionPropertyHelper<E> implements ICollectionObserver<E>
    Type Parameters
    Name Description
    E

    Constructors

    CollectionPropertyHelper(propertyHelpers.IPropertyHolder propertyHolder, int propertyId)

    Declaration
    public CollectionPropertyHelper(propertyHelpers.IPropertyHolder propertyHolder, int propertyId)
    Parameters
    Type Name Description
    propertyHelpers.IPropertyHolder propertyHolder
    int propertyId

    Fields

    propertyHolder

    Declaration
    protected final propertyHelpers.IPropertyHolder propertyHolder
    Field Value
    Type Description
    propertyHelpers.IPropertyHolder

    Methods

    attachTo(E item, IServiceContainer services)

    Declaration
    protected abstract void attachTo(E item, IServiceContainer services)
    Parameters
    Type Name Description
    E item
    IServiceContainer services

    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
    Type Name Description
    ObservableCollection<E> collection
    CollectionChangedEventArgs<E> args
    Exceptions
    Type Condition
    Exception

    onCollectionDrasticallyChanged(ObservableCollection<E> oldValue, ObservableCollection<E> newValue)

    Declaration
    public void onCollectionDrasticallyChanged(ObservableCollection<E> oldValue, ObservableCollection<E> newValue)
    Parameters
    Type Name Description
    ObservableCollection<E> oldValue
    ObservableCollection<E> newValue

    Implements

    com.scichart.core.observable.ICollectionObserver<E>
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml