Click or drag to resize
AB4D logo

BaseVisual3DIsVisibleChanged Event

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.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public event Func<bool, bool> IsVisibleChanged

Value

FuncBoolean, Boolean
See Also