Class FileControl
public class FileControl : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
FileControl
- Implements
- Inherited Members
Fields
CurrentFilename
public string CurrentFilename
Field Value
FileProperty
public static readonly DependencyProperty FileProperty
Field Value
IsLoadingProperty
public static readonly DependencyProperty IsLoadingProperty
Field Value
SurfaceProperty
public static readonly DependencyProperty SurfaceProperty
Field Value
UpdateTask
public Task UpdateTask
Field Value
Properties
File
public FileDocument File { get; set; }
Property Value
IsLoading
public bool IsLoading { get; set; }
Property Value
Surface
public ISurface Surface { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
UpdateFileAsync(FileDocument)
public Task UpdateFileAsync(FileDocument file)
Parameters
fileFileDocument