VisualPropertyUpdatedSubscribers Property |
Visuals that will be notified when any custom property on this visual is updated. Each visual will be notified via its "OnAfterSubscribedPropertyUpdated" script.
<p>
See also:
<ul>
<li>OnAfterSubscribedPropertyUpdated
</ul>
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic VisualList PropertyUpdatedSubscribers { get; set; }Property Value
VisualList
See Also