Constructor ARAnchorsChangedEventArgs
ARAnchorsChangedEventArgs(List<ARAnchor>, List<ARAnchor>, List<ARAnchor>)
Constructs an ARAnchorsChangedEventArgs.
Declaration
public ARAnchorsChangedEventArgs(List<ARAnchor> added, List<ARAnchor> updated, List<ARAnchor> removed)
Parameters
Type | Name | Description |
---|---|---|
List<ARAnchor> | added | The list of ARAnchors added since the last event. |
List<ARAnchor> | updated | The list of ARAnchors updated since the last event. |
List<ARAnchor> | removed | The list of ARAnchors removed since the last event. |