次の方法で共有


NSCell.Notifications.ObserveRowCollapsed メソッド

定義

オーバーロード

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

ObserveRowCollapsed(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveRowCollapsed(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象