Class FileSelectedEventArgs
Event argument for a selected repository file
Inheritance
System.Object
FileSelectedEventArgs
Namespace: Simplic.Framework.DBUI.Repository
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class FileSelectedEventArgs : EventArgs
Properties
| Improve this Doc View SourceFilePath
Path to the file (full)
Declaration
public string FilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |