Delegate OnConnectionEstablishedEvent
- Namespace
- DiscordRPC.Events
- Assembly
- DiscordRPC.dll
The connection to the discord client was succesfull. This is called before OnReadyEvent.
public delegate void OnConnectionEstablishedEvent(object sender, ConnectionEstablishedMessage args)
Parameters
senderobjectThe Discord client handler that sent this event
argsConnectionEstablishedMessageThe arguments supplied with the event