NSMenuItem.Notifications.ObserveRowCountChanged 方法

定义

重载

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

ObserveRowCountChanged(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveRowCountChanged(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于