PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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. More...
 

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

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.