DevFileSystemWatcherError Event
Occurs when this instance is unable to continue monitoring changes or when the internal buffer overflows.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
public event ErrorEventHandler Error
<BrowsableAttribute(true)>
Public Event Error As ErrorEventHandler
Dim instance As DevFileSystemWatcher
Dim handler As ErrorEventHandler
AddHandler instance.Error, handler
public:
[BrowsableAttribute(true)]
event ErrorEventHandler^ Error {
void add (ErrorEventHandler^ value);
void remove (ErrorEventHandler^ value);
}
[<BrowsableAttribute(true)>]
member Error : IEvent<ErrorEventHandler,
ErrorEventArgs>
No code example is currently available or this language may not be supported.
Value
ErrorEventHandler