PowerTCP Zip Compression for .NET
BusyChanged Event




Occurs when the Busy property in the Archive component gets changed.
Syntax
<DescriptionAttribute("Raised when the Busy property changes.")>
<CategoryAttribute("Progress")>
Public Event BusyChanged As EventHandler
Dim instance As Archive
Dim handler As EventHandler
 
AddHandler instance.BusyChanged, handler
[Description("Raised when the Busy property changes.")]
[Category("Progress")]
public event EventHandler BusyChanged
[Description("Raised when the Busy property changes.")]
[Category("Progress")]
public: __event EventHandler* BusyChanged
[Description("Raised when the Busy property changes.")]
[Category("Progress")]
public:
event EventHandler^ BusyChanged
Remarks
Use this event to help identify when a zip or unzip operation has started or ended. See the Archive.Busy property for more information.
See Also

Reference

Archive Class
Archive Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic