|
SafeFileWatcherError Event
|
Occurs when the internal buffer overflows.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic event ErrorEventHandler Error
Public Event Error As ErrorEventHandler
public:
event ErrorEventHandler^ Error {
void add (ErrorEventHandler^ value);
void remove (ErrorEventHandler^ value);
}
member Error : IEvent<ErrorEventHandler,
ErrorEventArgs>
function add_Error(value);
function remove_Error(value);
View SourceValue
ErrorEventHandler
See Also