PopupHelper 类
- 命名空间
- ClassIsland.Core.Helpers.UI
- 程序集
- ClassIsland.Core.dll
Popup 相关助手方法
public class PopupHelper
- 继承
-
PopupHelper
- 继承成员
方法
DisableAllPopups()
禁用全部 Popup
public static void DisableAllPopups()
RestoreAllPopups()
恢复全部 Popup
public static void RestoreAllPopups()
事件
DisablePopupsRequested
请求禁用全部 Popup 时触发。
public static event EventHandler? DisablePopupsRequested
事件类型
RestorePopupsRequested
请求恢复全部 Popup 时触发。
public static event EventHandler? RestorePopupsRequested