使用英语阅读

通过


NSMenu.Notifications.ObserveMoved 方法

定义

重载

ObserveMoved(EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveMoved(EventHandler<Foundation.NSNotificationEventArgs> handler);

参数

返回

适用于

ObserveMoved(NSObject, EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveMoved(Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);

参数

objectToObserve
NSObject

返回

适用于