Class VoiceLinkConnectionEventArgs
- Namespace
- DSharpPlus.VoiceLink.EventArgs
- Assembly
- DSharpPlus.VoiceLink.dll
public sealed class VoiceLinkConnectionEventArgs : AsyncEventArgs
- Inheritance
-
AsyncEventArgsVoiceLinkConnectionEventArgs
- Inherited Members
Constructors
VoiceLinkConnectionEventArgs(VoiceLinkConnection)
public VoiceLinkConnectionEventArgs(VoiceLinkConnection connection)
Parameters
connection
VoiceLinkConnection
Properties
Connection
public VoiceLinkConnection Connection { get; init; }