Class JdocsChangedEventArgs
JDocs changes event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
[Serializable]
public class JdocsChangedEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceChangedJdocs
Gets the changed jdocs.
public IReadOnlyList<JdocType> ChangedJdocs { get; }
Property Type
IReadOnlyList<JdocType> |