Click or drag to resize
AB4D logo

BaseVisual3D Events

The BaseVisual3D type exposes the following members.

Events
 NameDescription
Public eventIsVisibleChanged Notify that the value of IsActuallyVisible property is changed. When true is returned from event handler, this prevents handling the change in this class. This is used when rendering in DXEngine. There handling IsVisible changes is optimized and does not require to remove the content of this Visual3D from visual 3D tree.
Public eventParentChanged ParentChanged event is triggered when the Parent of this BaseVisual3D is changed.
Top
See Also