|
BackupIndexerOnIndexFile Event |
Event when a file is indexed
Namespace: DrawerBackup.Client.FileSystemAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic event Action<FileInfo> OnIndexFile
Public Event OnIndexFile As Action(Of FileInfo)
public:
event Action<FileInfo^>^ OnIndexFile {
void add (Action<FileInfo^>^ value);
void remove (Action<FileInfo^>^ value);
}
member OnIndexFile : IEvent<Action<FileInfo>,
EventArgs>
Value
Type:
SystemActionFileInfo
See Also