SystemEvents.InstalledFontsChanged 事件

定义

当用户在系统中添加或移除字体时发生。

public:
 static event EventHandler ^ InstalledFontsChanged;
public static event EventHandler InstalledFontsChanged;
public static event EventHandler? InstalledFontsChanged;
member this.InstalledFontsChanged : EventHandler 
Public Shared Custom Event InstalledFontsChanged As EventHandler 

事件类型

例外

当前上下文不支持系统事件通知。 例如,服务器进程可能不支持全局系统事件通知。

创建系统事件窗口线程的尝试未成功。

注解

注意

由于这是静态事件,因此必须在释放应用程序时分离事件处理程序,否则会导致内存泄漏。

适用于