Click or drag to resize
AB4D logo

DeviceRemovedEventArgs Properties

The DeviceRemovedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyDeviceRemovedReason Reason why the device was removed that is get from calling GetDeviceRemovedReason method.
Public propertyIsHandled When IsHandled is set by the event handler, then the DXScene does not throw an exception as it is considered that the event handler will dispose and recreate the DXScene.
Public propertyMessage Message describes where the device removal happened
Public propertySharpDxException SharpDXException that was thrown when DirectX call was made on a removed device.
Top
See Also