Accusoft.PdfXpress7.Net
KeepGoing Property




Gets and sets an indicator if the operation may continue.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property KeepGoing As Boolean
'Usage
 
Dim instance As ContinueEventArgs
Dim value As Boolean
 
instance.KeepGoing = value
 
value = instance.KeepGoing
[DefaultValueAttribute()]
public bool KeepGoing {get; set;}
[DefaultValueAttribute()]
public: __property bool get_KeepGoing();
public: __property void set_KeepGoing( 
   bool value
);
[DefaultValueAttribute()]
public:
property bool KeepGoing {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true for the operation to continue. Otherwise, false is returned.
Remarks

The default value is true.

Valid values are true or false.

Set this value to false to stop the current operation.

See Also

Reference

ContinueEventArgs Class
ContinueEventArgs Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback