Table of Contents

Delegate OnJoinEvent

Namespace
DiscordRPC.Events
Assembly
DiscordRPC.dll

Called when the Discord Client wishes for this process to join a game.

public delegate void OnJoinEvent(object sender, JoinMessage args)

Parameters

sender object

The Discord client handler that sent this event

args JoinMessage

The arguments supplied with the event