Method | Description | |
---|---|---|
LogSaveEventArgs ( string filename, bool success, bool flushed ) : System |
Default constructor
|
public LogSaveEventArgs ( string filename, bool success, bool flushed ) : System | ||
filename | string | FullPath where the file is saved |
success | bool | Flag is save was successful |
flushed | bool | Flag is buffer was cleared |
return | System |