편집

다음을 통해 공유


NSDrawer.Notifications.ObserveDidClose Method

Definition

Overloads

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

ObserveDidClose(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to

ObserveDidClose(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to