FileEventViewModelEventNameText Property |
IT Hit User File System
User-friendly event name text (with preposition if needed), e.g. "Downloading", "Downloaded to", "Created in", etc.
Namespace:
ITHit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic string EventNameText { get; }
Public ReadOnly Property EventNameText As String
Get
public:
property String^ EventNameText {
String^ get ();
}
member EventNameText : string with get
Property Value
Type:
String
See Also