This class exposes properties for the Progress event.

[Visual Basic] Public Class ProgressEventArgs Inherits EventArgs
[C#] public class ProgressEventArgsĀF EventArgs

Explanation

Property Type Explanation
 Cancel Boolean (Visual Basic)
bool (C#)
Sets whether or not the load or save process is canceled
 Percent Integer (Visual Basic)
int (C#)
The percent of completion of the current process

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation