NSPopover.Notifications.ObserveDidShow 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
ObserveDidShow(EventHandler<NSNotificationEventArgs>) | |
ObserveDidShow(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveDidShow(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveDidShow (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidShow : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parameters
- handler
- EventHandler<NSNotificationEventArgs>
Returns
Applies to
ObserveDidShow(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveDidShow (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidShow : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parameters
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>