IDataLogging.LogFileOpened Event
- Updated2023-02-21
- 2 minute(s) read
Callback invoked when a data logging session on the host computer opens 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 LogFileOpened As EventHandler(Of LogFileOpenedEventArgs) |
| C# |
|---|
event EventHandler<LogFileOpenedEventArgs> LogFileOpened |
| Visual C++ |
|---|
event EventHandler<LogFileOpenedEventArgs^>^ LogFileOpened { void add (EventHandler<LogFileOpenedEventArgs^>^ value); void remove (EventHandler<LogFileOpenedEventArgs^>^ value); } |