|
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.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
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