TaskDialogPage.Created 事件

定义

在将此实例绑定到任务对话框并且任务对话框已创建由此 TaskDialogPage 实例表示的 GUI 元素之后发生。

public:
 event EventHandler ^ Created;
public event EventHandler? Created;
member this.Created : EventHandler 
Public Event Created As EventHandler 

事件类型

注解

在显示或导航对话框后,将发生这种情况。

发生此事件时, BoundDialog 属性将返回 TaskDialog 此页绑定到的实例。

适用于