共用方式為


NSMenuItem.Notifications.ObserveTitleChanged 方法

定義

多載

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

ObserveTitleChanged(EventHandler<NSNotificationEventArgs>)

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

參數

傳回

適用於

ObserveTitleChanged(NSObject, EventHandler<NSNotificationEventArgs>)

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

參數

objectToObserve
NSObject

傳回

適用於