Click or drag to resize

MemoryXOnFree Event

Occurs when Free is called, just before the memory is freed.

Namespace:  Demo3D.IO.External
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public event Action<MemoryX> OnFree

Value

Type: SystemActionMemoryX
See Also