次の方法で共有


NSFont.Notifications.ObserveFontSetChanged メソッド

定義

オーバーロード

ObserveFontSetChanged(EventHandler<NSNotificationEventArgs>)
ObserveFontSetChanged(NSObject, EventHandler<NSNotificationEventArgs>)

ObserveFontSetChanged(EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveFontSetChanged(EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveFontSetChanged : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

パラメーター

戻り値

適用対象

ObserveFontSetChanged(NSObject, EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveFontSetChanged(Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveFontSetChanged : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

パラメーター

objectToObserve
NSObject

戻り値

適用対象