Click or drag to resize
Ab4d.SharpEngine logo

DeviceCreateFailedEventArgs Properties

The DeviceCreateFailedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyIsHandled IsHandled can be set to true to prevent showing standard error text. Note that if user called SceneView.Initialize method and device creation failed, then an exception will be called even if IsHandled is set to true. There reason is that Initialize returns non-nullable Scene and SceneView values and cannot return in case those two objects are not created.
Top
See Also