|
SafeFileWatcherEnableRaisingEvents Property
|
Gets or sets a value indicating whether the component is enabled.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.282-beta+fbfa6baa1521236175f6d73fb2eb151a42453aef
Syntaxpublic bool EnableRaisingEvents { get; set; }Public Property EnableRaisingEvents As Boolean
Get
Set
public:
property bool EnableRaisingEvents {
bool get ();
void set (bool value);
}member EnableRaisingEvents : bool with get, set
function get_EnableRaisingEvents();
function set_EnableRaisingEvents(value);
View SourceReturn 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.
Exceptions
See Also