Click or drag to resize
AB4D logo

IDXAttributeChangedHandler Interface

IDXAttributeChangedHandler interface needs to be implemented by a class that wants to subscribe to DXAttributes changes.

Namespace: Ab3d.DirectX.Common
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public interface IDXAttributeChangedHandler

The IDXAttributeChangedHandler type exposes the following members.

Methods
 NameDescription
Public methodOnDXAttributeChanged OnDXAttributeChanged is called from DXAttributeCollection the the attributeType is added, deleted or changed.
Top
See Also