Cancel Property

Summary
The cancelable property for this event type.
Syntax
C#
C++/CLI
public bool Cancel { get; set; } 
public: 
property bool Cancel { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True Cancel the current operation.
False (default) Do not cancel the current operation.
Remarks

Set this property to True to cause the current MediaWriterDrive operation to be canceled.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.