Click or drag to resize

fileWatcherEventArgs Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the fileWatcherEventArgs class

Namespace:  imbACE.Core.ataman.fileWatch
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public fileWatcherEventArgs(
	FileSystemEventArgs e,
	fileWatcher sender,
	int __id
)
Request Example View Source

Parameters

e
Type: System.IOFileSystemEventArgs
sender
Type: imbACE.Core.ataman.fileWatchfileWatcher
__id
Type: SystemInt32
See Also