DialogEvents Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the events related to the "lifecycle" of the dialog.
public class DialogEvents
type DialogEvents = class
Public Class DialogEvents
- Inheritance
-
DialogEvents
- Derived
Constructors
DialogEvents() |
Fields
ActivityReceived |
Event fired when an activity is received from the adapter (or a request to reprocess an activity). |
BeginDialog |
Event fired when a dialog beginDialog() is called. |
CancelDialog |
Event fired when a dialog is canceled. |
Custom |
Custom event. |
Error |
Event fired when there was an exception thrown in the system. |
RepromptDialog |
Event fired when a dialog RepromptDialog is Called. |
VersionChanged |
Event which is fired when the system has detected that deployed code has changed the execution of dialogs between turns. |