次の方法で共有


NSWindow.Notifications.ObserveWillClose メソッド

定義

オーバーロード

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

ObserveWillClose(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveWillClose(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象