FileSystemWatcherQueuedEnableRaisingEvents Property  | 
IT Hit User File System 
            Gets or sets a value indicating whether the component is enabled.
            
 
    Namespace: 
   ITHit.FileSystem
    Assembly:
   ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.29552.0
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
Property Value
Type: 
Boolean
See Also