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

FlexCompress.AfterOpen

 

FlexCompress

Previous  Top  Next

Occurs after an application completes opening the archive file.

 

[C#]

public event OnAfterOpenDelegate OnAfterOpen;

 

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

 

[VB.NET]

Public Event OnAfterOpen As OnAfterOpenDelegate

 

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

 

Description

 

Write an AfterOpen event handler to take specific action immediately after an application opens the archive file.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 19, 2024