NSPopover.Notifications.ObserveRowCountChanged Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- handler
- EventHandler<NSNotificationEventArgs>
Retours
S’applique à
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
Paramètres
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>