Search Results for

    Show / Hide Table of Contents

    Class InvalidatableElementCallback

    Defines a callback for smart properties which invalidate specified element when property changes

    Inheritance
    java.lang.Object
    InvalidatableElementCallback
    Implements
    IPropertyChangeListener
    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 final class InvalidatableElementCallback implements IPropertyChangeListener

    Constructors

    InvalidatableElementCallback(IInvalidatableElement invalidatableElement)

    Creates new instance of InvalidatableElementCallback class

    Declaration
    public InvalidatableElementCallback(IInvalidatableElement invalidatableElement)
    Parameters
    Type Name Description
    IInvalidatableElement invalidatableElement

    Target to invalidate when property changes

    Methods

    onPropertyChanged()

    Called when new property value is set

    Declaration
    public void onPropertyChanged()

    Implements

    IPropertyChangeListener
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml