次の方法で共有


NSTableView.Notifications.ObserveSelectionIsChanging メソッド

定義

オーバーロード

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

ObserveSelectionIsChanging(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveSelectionIsChanging(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象