|
FileProcessorError Event
|
Event triggered when an unexpected error occurs during
normal operation of the
FileProcessor.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic event EventHandler<ErrorEventArgs> Error
Public Event Error As EventHandler(Of ErrorEventArgs)
public:
event EventHandler<ErrorEventArgs^>^ Error {
void add (EventHandler<ErrorEventArgs^>^ value);
void remove (EventHandler<ErrorEventArgs^>^ value);
}
member Error : IEvent<EventHandler<ErrorEventArgs>,
ErrorEventArgs>
function add_Error(value);
function remove_Error(value);
View SourceValue
EventHandlerErrorEventArgs
See Also