NSWindow.Notifications.ObserveRowCollapsed Method

Definition

Overloads

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

ObserveRowCollapsed(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to

ObserveRowCollapsed(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to