Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip Namespace / DiskRequiredEventArgs Class / Action Property


In This Topic
    Action Property (DiskRequiredEventArgs)
    In This Topic
    Gets or sets a value indicating if the current operation should be aborted or if it should attempt to continue.
    Syntax
    'Declaration
     
    Public Property Action As DiskRequiredAction
    'Usage
     
    Dim instance As DiskRequiredEventArgs
    Dim value As DiskRequiredAction
     
    instance.Action = value
     
    value = instance.Action
    public DiskRequiredAction Action {get; set;}

    Property Value

    A DiskRequiredAction value indicating if the current operation should be aborted or if ir should attempt to continue.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also