Table of Contents

Event ModalSubmitted

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired when a modal is submitted. If a modal is closed, this event is not fired.

public event AsyncEventHandler<DiscordClient, ModalSubmitEventArgs> ModalSubmitted

Returns

AsyncEventHandler<DiscordClient, ModalSubmitEventArgs>
Fired when a modal is submitted. If a modal is closed, this event is not fired.