共用方式為


NSFontCollection.Notifications.ObserveChanged 方法

定義

多載

ObserveChanged(EventHandler<NSFontCollectionChangedEventArgs>)
ObserveChanged(NSObject, EventHandler<NSFontCollectionChangedEventArgs>)

ObserveChanged(EventHandler<NSFontCollectionChangedEventArgs>)

public static Foundation.NSObject ObserveChanged (EventHandler<AppKit.NSFontCollectionChangedEventArgs> handler);
static member ObserveChanged : EventHandler<AppKit.NSFontCollectionChangedEventArgs> -> Foundation.NSObject

參數

傳回

適用於

ObserveChanged(NSObject, EventHandler<NSFontCollectionChangedEventArgs>)

public static Foundation.NSObject ObserveChanged (Foundation.NSObject objectToObserve, EventHandler<AppKit.NSFontCollectionChangedEventArgs> handler);
static member ObserveChanged : Foundation.NSObject * EventHandler<AppKit.NSFontCollectionChangedEventArgs> -> Foundation.NSObject

參數

objectToObserve
NSObject

傳回

適用於