Skip to main content

FileActivatedEventArgs Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public class FileActivatedEventArgs

Inheritance: EventArgs -> ActivatedEventArgs -> FileActivatedEventArgs

Constructors

NameDescription
FileActivatedEventArgsNo 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

NameDescription
FilesNo summary available.
KindThe 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; }