Class FileDialogInfo
public sealed record FileDialogInfo : EventArgs, IEquatable<EventArgs>, IEquatable<FileDialogInfo>
- Inheritance
-
FileDialogInfo
- Implements
- Inherited Members
Constructors
FileDialogInfo(BrowsingContext, bool, SharedReference?)
public FileDialogInfo(BrowsingContext Context, bool Multiple, SharedReference? Element)
Parameters
ContextBrowsingContextMultipleboolElementSharedReference
Properties
Context
public BrowsingContext Context { get; init; }
Property Value
Element
public SharedReference? Element { get; init; }
Property Value
Multiple
public bool Multiple { get; init; }