NSWindow.Notifications.ObserveSelectedChildrenMoved 方法

定义

重载

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

ObserveSelectedChildrenMoved(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于

ObserveSelectedChildrenMoved(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于