Click or drag to resize

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.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public VisualList PropertyUpdatedSubscribers { get; set; }

Property Value

Type: VisualList
See Also