PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
EngineDeviceChangeEventArgs Class Reference

Provides data for the Engine.OnDeviceChange event. More...

Inherits EventArgs.

Public Attributes

bool Arrival
 If true then a new device has been added to the system.
 
Int32 DeviceIndex
 The index of the device that fired the Engine.OnDeviceChange event (as is reported by the DeviceEnumerator interface).
 
string DevicePath
 The path that corresponds to the device that fired the change event (For example: "E:").
 

Detailed Description

Provides data for the Engine.OnDeviceChange event.

Member Data Documentation

◆ Arrival

bool Arrival

If true then a new device has been added to the system.

If false, then a device has been removed from the system.

◆ DeviceIndex

Int32 DeviceIndex

The index of the device that fired the Engine.OnDeviceChange event (as is reported by the DeviceEnumerator interface).

NOTE:

When a device is being removed the DeviceIndex field is set to -1.