Class InitializedEventArgs
- Namespace
- Xabbo
- Assembly
- Xabbo.Common.dll
Provides data for the Initialized event.
public sealed record InitializedEventArgs : IEquatable<InitializedEventArgs>
- Inheritance
-
InitializedEventArgs
- Implements
Constructors
InitializedEventArgs(bool?)
Provides data for the Initialized event.
public InitializedEventArgs(bool? IsGameConnected = null)
Parameters
IsGameConnected
bool?Gets whether the game is already connected at the time of extension initialization.
Properties
IsGameConnected
Gets whether the game is already connected at the time of extension initialization.
public bool? IsGameConnected { get; init; }
Property Value
- bool?