Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop OnCustomEvent, it's a duplicate of OnDialogEvent #2350

Merged
merged 2 commits into from
Jun 17, 2020

Conversation

songcs
Copy link
Contributor

@songcs songcs commented Jun 15, 2020

Fixes #2141

Description

OnDialogEvent represents any event passed via dc.EmitEvent() which includes custom events.
The "known" events are modeled as specific child class OnBeginDialog, etc. and so OnDialogEvent == OnCustomEvent.

Specific Changes

  • Removed OnCustomEvent.
  • Removed Tests related to OnCustomEvent.

@ghost
Copy link

ghost commented Jun 15, 2020

CLA assistant check
All CLA requirements met.

Copy link
Contributor

@chrimc62 chrimc62 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@chon219 chon219 merged commit dec90b5 into microsoft:master Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[PORT] Drop OnCustomEvent, it's a duplicate of OnDialogEvent
4 participants