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