共用方式為


NSPopover.Notifications.ObserveDidShow 方法

定義

多載

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

參數

傳回

適用於

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

參數

objectToObserve
NSObject

傳回

適用於