ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / ZipProgressEventArgs Class / FileName Property

In This Topic
    FileName Property (ZipProgressEventArgs)
    In This Topic
    Gets the name of the file being compressed or expanded.
    Syntax
    'Declaration
     
    Public ReadOnly Property FileName As System.String
    public System.string FileName {get;}
    See Also