|
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.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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