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