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

返回

适用于