편집

다음을 통해 공유


NSApplication.Notifications.ObserveDidFinishRestoringWindows Method

Definition

Overloads

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

ObserveDidFinishRestoringWindows(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to

ObserveDidFinishRestoringWindows(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to