NSCell.Notifications.ObserveApplicationShown Method

Definition

Overloads

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

ObserveApplicationShown(EventHandler<NSNotificationEventArgs>)

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

Parameters

Returns

Applies to

ObserveApplicationShown(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parameters

objectToObserve
NSObject

Returns

Applies to