GemBox.CompoundFile

VisitDirectoryEntryHandler Delegate

Delegate of the method called on every directory entry when VisitAll method is executed.

public delegate void VisitDirectoryEntryHandler(
   VisitDirectoryEntryArgs args
);

Parameters

args

Requirements

Namespace: GemBox.CompoundFile

Assembly: GemBox.CompoundFile (in GemBox.CompoundFile.dll)

See Also

GemBox.CompoundFile Namespace