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

Provides data for the Device.OnErase event. More...

Inherits EventArgs.

Properties

double Progress [get, set]
 A percentage value showing the progress of the current blanking operation.
 

Detailed Description

Provides data for the Device.OnErase event.

A Device.OnErase event is raised to report the progress of a disc blanking operation started with the Device.Erase method.

Property Documentation

◆ Progress

double Progress
getset

A percentage value showing the progress of the current blanking operation.

IMPORTANT: Apparently some devices (especially some older ones) do not report the progress properly. For those devices this method is called twice - once with dProgress = 0.0% in the beginning and once with dProgress = 100.0% at the end of the blanking operation.