ThingView Widget: Events
You can use the events of the ThingView widget to trigger data services. The events that are available for the widget and what triggers these events follow:
Loaded—URL specified in the ProductToView property finishes loading the structure.
SelectionChanged—Selected parts change. This event is triggered only if you have selected the part directly in the 3D model. The selection changes made using the Data or SelectedParts binding does not trigger this event.
PreSelectionChanged—Preselected part changes.
HasAnimation—After loading a view, which contains an animation.
HasSequence—After loading a view, which contains a sequence.
SequenceStepAcknowledge—Step that is currently playing requires acknowledgement.
Was this helpful?