次の方法で共有


NSView.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

戻り値

適用対象