DialogEvents 类

定义

表示与对话的“生命周期”相关的事件。

public class DialogEvents
type DialogEvents = class
Public Class DialogEvents
继承
DialogEvents
派生

构造函数

DialogEvents()

表示与对话的“生命周期”相关的事件。

字段

ActivityReceived

从适配器 (接收活动或请求重新处理活动) 时触发的事件。

BeginDialog

调用对话框 beginDialog () 时触发的事件。

CancelDialog

取消对话时触发的事件。

Custom

自定义事件。

Error

系统中引发异常时触发的事件。

RepromptDialog

调用对话 RepromptDialog 时触发的事件。

VersionChanged

当系统检测到部署的代码更改了轮次之间对话的执行时触发的事件。

适用于