Class ModalSubmittedEventArgs
- Namespace
 - DSharpPlus.EventArgs
 
- Assembly
 - DSharpPlus.dll
 
Fired when a modal is submitted. Note that this event is fired only if the modal is submitted by the user, and not if the modal is closed.
public class ModalSubmittedEventArgs : InteractionCreatedEventArgs
  - Inheritance
 - 
      
      
      
      
      
      ModalSubmittedEventArgs
 
- Inherited Members
 
Properties
- Id
 The custom ID this modal was sent with.
- Values
 A dictionary of submitted fields, keyed on the custom id of the input component.