NSFontCollection.Notifications.ObserveChanged Method

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

objectToObserve
NSObject

Returns

Applies to