次の方法で共有


NSTableView.Notifications.ObserveSelectionDidChange メソッド

定義

オーバーロード

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

ObserveSelectionDidChange(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveSelectionDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象