PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
DeviceContinueEventArgs Class Reference

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

Inherits EventArgs.

Properties

bool Continue [get, set]
 When the event is fired this property is true. More...
 

Detailed Description

Provides data for the Device.OnContinueRead event.

See Also
Device.OnContinueRead

Property Documentation

bool Continue
getset

When the event is fired this property is true.

The user code should set it to false when it wants to stop the reading.