NSComboBox.Notifications.ObserveWillDismiss 方法

定义

重载

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

ObserveWillDismiss(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveWillDismiss(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于