Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

UnRAR.IteratorEx.VolumeChanged

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

UnRAR.IteratorEx.VolumeChanged

Event Signature

Event Function VolumeChanged(VolumeNumber As Integer, NewVolume As FolderItem) As Boolean

Parameters

Name Type Comment
VolumeNumber Integer The volume number of the new volume
NewVolume FolderItem The path to the New volume

Return value

Return True to abort the operation.

Notes

This event indicates that UnRAR successfully changed to the volume indicated by the parameters.

See also

IteratorEx.ChangeVolume

Clone this wiki locally