DVDBuilder for .NET  3.4
DVD Authoring Software Development Kit
DVDBuilderContinueEventArgs Class Reference

Provides data for the DVDBuilder.OnContinue event. More...

Inheritance diagram for DVDBuilderContinueEventArgs:

Properties

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

Detailed Description

Provides data for the DVDBuilder.OnContinue event.

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 DVD creation process.