次の方法で共有


NSCell.Notifications.ObserveLayoutChanged メソッド

定義

オーバーロード

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

ObserveLayoutChanged(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveLayoutChanged(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象