Class PreparingDeviceSettingsEventArgs
Describes settings to apply before preparing a device for creation, used by OnPreparingDeviceSettings(object, PreparingDeviceSettingsEventArgs).
public class PreparingDeviceSettingsEventArgs : EventArgs- Inheritance
- 
      objectPreparingDeviceSettingsEventArgs
- Inherited Members
Constructors
PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation)
Initializes a new instance of the PreparingDeviceSettingsEventArgs class.
public PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation graphicsDeviceInformation)Parameters
- graphicsDeviceInformationGraphicsDeviceInformation
- The graphics device information. 
Properties
GraphicsDeviceInformation
Gets the graphics device information.
public GraphicsDeviceInformation GraphicsDeviceInformation { get; }Property Value
- GraphicsDeviceInformation
- The graphics device information.