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