IDataLogging.LogFileClosed Event
- Updated2023-02-21
- 2 minute(s) read
Callback invoked when a data logging session on the host computer closes a log file.
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Event LogFileClosed As EventHandler(Of LogFileClosedEventArgs) |
| C# |
|---|
event EventHandler<LogFileClosedEventArgs> LogFileClosed |
| Visual C++ |
|---|
event EventHandler<LogFileClosedEventArgs^>^ LogFileClosed { void add (EventHandler<LogFileClosedEventArgs^>^ value); void remove (EventHandler<LogFileClosedEventArgs^>^ value); } |