FileActivatedEventArgs Class
Definition
public class FileActivatedEventArgs
Constructors
| Name | Description |
|---|---|
| FileActivatedEventArgs | No summary available. |
FileActivatedEventArgs Constructor
public FileActivatedEventArgs(System.Collections.Generic.IReadOnlyList<Avalonia.Platform.Storage.IStorageItem> files)
Parameters
files System.Collections.Generic.IReadOnlyList<Avalonia.Platform.Storage.IStorageItem>
Properties
| Name | Description |
|---|---|
| Files | No summary available. |
| Kind | The Avalonia.Controls.ApplicationLifetimes.ActivationKind that this event represents. Inherited from ActivatedEventArgs. |
Files Property
public System.Collections.Generic.IReadOnlyList<Avalonia.Platform.Storage.IStorageItem> Files { get; set; }