다음을 통해 공유


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

반환

적용 대상