次の方法で共有


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

戻り値

適用対象