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

返回

适用于