共用方式為


NSWindow.Notifications.ObserveDidEndSheet 方法

定義

多載

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

ObserveDidEndSheet(EventHandler<NSNotificationEventArgs>)

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

參數

傳回

適用於

ObserveDidEndSheet(NSObject, EventHandler<NSNotificationEventArgs>)

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

參數

objectToObserve
NSObject

傳回

適用於