Table of Contents

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 object

The Discord client handler that sent this event

args ConnectionEstablishedMessage

The arguments supplied with the event