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