Dart.PowerTCP.Zip Namespace > Archive Class : Disk Event |
<CategoryAttribute("Progress")> <DescriptionAttribute("Raised when a removable media is required for spanning disks.")> Public Event Disk As DiskEventHandler
Dim instance As Archive Dim handler As DiskEventHandler AddHandler instance.Disk, handler
[Category("Progress")] [Description("Raised when a removable media is required for spanning disks.")] public event DiskEventHandler Disk
[Category("Progress")] [Description("Raised when a removable media is required for spanning disks.")] public: __event DiskEventHandler* Disk
[Category("Progress")] [Description("Raised when a removable media is required for spanning disks.")] public: event DiskEventHandler^ Disk
The event handler receives an argument of type DiskEventArgs containing data related to this event. The following DiskEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DiskNumber | The disk number needed during a spanning operation |
Exception | The exception information when a spanning operation has a problem with a disk. |
IgnoreLabel | Gets or sets whether to ignore volume label information when using removable media. |
Status | The status of the current on-going operation. |