次の方法で共有


NSView.Notifications.ObserveResized メソッド

定義

オーバーロード

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

ObserveResized(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveResized(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象