Click or drag to resize
AB4D logo

DXSceneDeviceRemoved Event

DeviceRemoved event is triggered when the DirectX device is removed or reset (for example when the DirectX driver is updated; but not when computer goes to sleep). The event handler can handle this case with saving the current state of the 3D scene, dispose the current DirectX objects and recreate the 3D scene.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public event DeviceRemovedEventHandler DeviceRemoved

Value

DeviceRemovedEventHandler
See Also