 | ByteBlockReaderAllBlocksRead Event |
[Missing <summary> documentation for "E:GZipStreamTool.Base.Core.ByteBlockReader.AllBlocksRead"]
Namespace:
GZipStreamTool.Base.Core
Assembly:
GZipStreamTool.Base (in GZipStreamTool.Base.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic event ByteBlockReaderDelegate AllBlocksRead
Public Event AllBlocksRead As ByteBlockReaderDelegate
public:
event ByteBlockReaderDelegate^ AllBlocksRead {
void add (ByteBlockReaderDelegate^ value);
void remove (ByteBlockReaderDelegate^ value);
}
member AllBlocksRead : IEvent<ByteBlockReaderDelegate,
Object>
Value
Type:
GZipStreamTool.Base.CoreByteBlockReaderDelegate
See Also