Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us

FlexCompress.OnConfirmProcessFile

FlexCompress

Previous  Top  Next

Occurs before archive group operations.

 

[C#]
public event OnConfirmProcessFileDelegate OnConfirmProcessFile;

public delegate void OnConfirmProcessFileDelegate(object sender, string fileName, ProcessOperation operation, ref bool confirm);

 

[VB.NET]

Public Event OnConfirmProcessFile As OnConfirmProcessFileDelegate

Public Delegate Sub OnConfirmProcessFileDelegate(ByVal sender As Object, ByVal fileName As String, ByVal operation As ProcessOperation, ByRef confirm As Boolean)

 

Description

 

Write an OnConfirmProcessFile event handler to perform some specific actions before executing archive operation or to cancel it. OnConfirmProcessFile event can be triggered by AddFiles, MoveFiles, UpdateFiles, DeleteFiles, TestFiles or ExtractFiles before executing operation on the current file.

 

The sender parameter is the object whose event handler is called. 

 

FileName indicates current file name.

 

Operation indicates current archive operation.

 

Confirm determines if current operation on the current file will be executed. Set Confirm to False if you want to cancel executing of the current operation on the file. Default value for Confirm is True.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 28, 2024