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