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