 | GZipToolFileActionCompleted Event |
[Missing <summary> documentation for "E:GZipStreamTool.Base.GZipTools.GZipTool.FileActionCompleted"]
Namespace:
GZipStreamTool.Base.GZipTools
Assembly:
GZipStreamTool.Base (in GZipStreamTool.Base.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic event ByteBlockWriterDelegate FileActionCompleted
Public Event FileActionCompleted As ByteBlockWriterDelegate
public:
event ByteBlockWriterDelegate^ FileActionCompleted {
void add (ByteBlockWriterDelegate^ value);
void remove (ByteBlockWriterDelegate^ value);
}
member FileActionCompleted : IEvent<ByteBlockWriterDelegate,
Object>
Value
Type:
GZipStreamTool.Base.CoreByteBlockWriterDelegate
See Also