NSBrowser.Notifications.ObserveColumnConfigurationChanged Method

Definition

Overloads

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

ObserveColumnConfigurationChanged(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to

ObserveColumnConfigurationChanged(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to