Class FileChangedEventArgs
Аргументы события, которое возникает при изменении файла.
public class FileChangedEventArgs : EventArgs
- Inheritance
-
FileChangedEventArgs
- Inherited Members
- Extension Methods
Properties
File
Файл.
public File File { get; }
Property Value
FileId
Идентификатор файла.
public int FileId { get; }
Property Value
Operation
Тип операции.
public EntityOperationType Operation { get; }