FileEventViewModelIsCompleted Property |
IT Hit User File System
Is used for Incoming UpdateContent and Populate events. Shows if operation is completed.
For other types of events it is always true.
Namespace:
ITHit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic bool IsCompleted { get; set; }
Public Property IsCompleted As Boolean
Get
Set
public:
property bool IsCompleted {
bool get ();
void set (bool value);
}
member IsCompleted : bool with get, set
Property Value
Type:
Boolean
See Also