Class WindowRealmCreatedEventArgs
public sealed record WindowRealmCreatedEventArgs : RealmCreatedEventArgs, IEquatable<EventArgs>, IEquatable<RealmCreatedEventArgs>, IEquatable<WindowRealmCreatedEventArgs>
- Inheritance
-
WindowRealmCreatedEventArgs
- Implements
- Inherited Members
Constructors
WindowRealmCreatedEventArgs(IBiDi, Realm, string, BrowsingContext, UserContext?, string?)
public WindowRealmCreatedEventArgs(IBiDi BiDi, Realm Realm, string Origin, BrowsingContext Context, UserContext? UserContext, string? Sandbox)
Parameters
BiDiIBiDiRealmRealmOriginstringContextBrowsingContextUserContextUserContextSandboxstring
Properties
Context
public BrowsingContext Context { get; init; }
Property Value
Sandbox
public string? Sandbox { get; init; }
Property Value
UserContext
public UserContext? UserContext { get; init; }