public class AttachableCollectionPropertyHelper<E extends com.scichart.core.framework.IAttachable> extends CollectionPropertyHelper<E>
propertyHolder
Constructor and Description |
---|
AttachableCollectionPropertyHelper(IPropertyHolder propertyHolder,
int propertyId) |
Modifier and Type | Method and Description |
---|---|
protected void |
attachTo(E item,
com.scichart.core.IServiceContainer services) |
protected void |
detach(E item) |
invalidatePropertyHolder, onCollectionChanged, onCollectionDrasticallyChanged
public AttachableCollectionPropertyHelper(IPropertyHolder propertyHolder, int propertyId)
protected void detach(E item)
detach
in class CollectionPropertyHelper<E extends com.scichart.core.framework.IAttachable>
protected void attachTo(E item, com.scichart.core.IServiceContainer services)
attachTo
in class CollectionPropertyHelper<E extends com.scichart.core.framework.IAttachable>