SafeFileWatcherEnableRaisingEvents Property
Gets or sets a value indicating whether the component is enabled.
Namespace: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public bool EnableRaisingEvents { get; set; }
Public Property EnableRaisingEvents As Boolean
Get
Set
public:
property bool EnableRaisingEvents {
bool get ();
void set (bool value);
}
function get_EnableRaisingEvents();
function set_EnableRaisingEvents(value);
Return Value
Boolean
true if the component is enabled; otherwise, false. The default is false. If you are using the component on a designer in Visual Studio 2005, the default is true.
ObjectDisposedException | The FileSystemWatcher object has been disposed. |
PlatformNotSupportedException | The current operating system is not Microsoft Windows NT or later. |
FileNotFoundException | The directory specified in Path could not be found. |
ArgumentException | Path has not been set or is invalid. |