Occurs when the active ArchiveFile if full.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler FileFull
Public Event FileFull As EventHandler
public: event EventHandler^ FileFull { void add (EventHandler^ value); void remove (EventHandler^ value); }