Skip to content

Instantly share code, notes, and snippets.

@gaurishwnc
Created March 28, 2020 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaurishwnc/2aff849663ee4bdb6fbcf578a7d310d7 to your computer and use it in GitHub Desktop.
Save gaurishwnc/2aff849663ee4bdb6fbcf578a7d310d7 to your computer and use it in GitHub Desktop.
CustomEvent
CustomEvent evt = new CustomEvent(
"ticketdelete",{detail: this.dataToDisplay.Id});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment