Click or drag to resize
AB4D logo

DXAttributeCollectionSubscribeAttributeChanged Method

SubscribeAttributeChanged subscribes specified dxAttributeChangedHandler to be notified when any attribute in this DXAttributeCollection is changed. This method uses WeakReference to store the dxAttributeChangedHandler. If dxAttributeChangedHandler is already subscribed to changes, then it will not be subscribed again.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public void SubscribeAttributeChanged(
	IDXAttributeChangedHandler dxAttributeChangedHandler
)

Parameters

dxAttributeChangedHandler  IDXAttributeChangedHandler
IDXAttributeChangedHandler
See Also