Search Results for

    Show / Hide Table of Contents

    Interface OnAnnotationSelectionChangeListener

    Defines the listener interface with methods which are called when selection of the IAnnotation instance changes

    Namespace:
    Assembly: .dll
    Syntax
    public interface OnAnnotationSelectionChangeListener

    Methods

    onSelected(IAnnotation annotation)

    Called when annotation becomes selected

    Declaration
    public abstract void onSelected(IAnnotation annotation)
    Parameters
    Type Name Description
    IAnnotation annotation

    The target annotation

    onUnselected(IAnnotation annotation)

    Called when annotation becomes unselected

    Declaration
    public abstract void onUnselected(IAnnotation annotation)
    Parameters
    Type Name Description
    IAnnotation annotation

    The target annotation

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