.NET SDK Documentation

    Show / Hide Table of Contents

    Class JdocsChangedEventArgs

    JDocs changes event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    JdocsChangedEventArgs
    Inherited Members
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    [Serializable]
    public class JdocsChangedEventArgs : RobotEventArgs

    Properties

    | Improve this Doc View Source

    ChangedJdocs

    Gets the changed jdocs.

    public IReadOnlyList<JdocType> ChangedJdocs { get; }
    Property Type
    IReadOnlyList<JdocType>

    See Also

    RobotEventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables