Click or drag to resize
AB4D logo

GraphicsProfileRejectedEventArgs Class

GraphicsProfileRejectedEventArgs is used for GraphicsProfileRejected event and specifes the reasons why the GraphicsProfile was rejected.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab3d.DirectXGraphicsProfileRejectedEventArgs

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public class GraphicsProfileRejectedEventArgs : EventArgs

The GraphicsProfileRejectedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodGraphicsProfileRejectedEventArgs Initializes a new instance of the GraphicsProfileRejectedEventArgs class.
Top
Properties
 NameDescription
Public propertyException Exception in case when the GraphicsProfile was rejected because of an exception.
Public propertyRejectedGraphicsProfile Rejected GraphicsProfile
Public propertyRejectedReason Rejected Reason
Top
See Also