gpt4 book ai didi

c# - 如何在 Silverlight 中使用子窗口而不是异步完成?

转载 作者:行者123 更新时间:2023-11-30 22:37:40 24 4
gpt4 key购买 nike

如何在 Silverlight 中使用子窗口而不是异步完成?在 Silverlight 中使用子窗口的方式(据我所知)是使用 show 方法:

    ChildWindow update_dlg = new Update();
update_dlg.Show();

但是您无法从对话框中获取输入,因为调用是异步的,并且在子窗口启动时一直在运行。

最佳答案

你不能,你需要监听子窗口关闭然后抓取对话结果。

来自 MSDN page :

To get the DialogResult value from a child window, handle the Closed event in the code-behind page of the calling window. In the Closed event handler, cast the sender parameter to a ChildWindow or a derived class to access the DialogResult property.

关于c# - 如何在 Silverlight 中使用子窗口而不是异步完成?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6397928/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com