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
sender
objectThe Discord client handler that sent this event
args
ConnectionEstablishedMessageThe arguments supplied with the event