NSComboBox.Notifications.ObserveWillDismiss Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- handler
- EventHandler<NSNotificationEventArgs>
Returns
Applies to
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
Parameters
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>