NSOutlineView.Notifications.ObserveItemWillExpand 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
ObserveItemWillExpand(EventHandler<NSOutlineViewItemEventArgs>) | |
ObserveItemWillExpand(NSObject, EventHandler<NSOutlineViewItemEventArgs>) |
ObserveItemWillExpand(EventHandler<NSOutlineViewItemEventArgs>)
public static Foundation.NSObject ObserveItemWillExpand (EventHandler<AppKit.NSOutlineViewItemEventArgs> handler);
static member ObserveItemWillExpand : EventHandler<AppKit.NSOutlineViewItemEventArgs> -> Foundation.NSObject
Paramètres
- handler
- EventHandler<NSOutlineViewItemEventArgs>
Retours
S’applique à
ObserveItemWillExpand(NSObject, EventHandler<NSOutlineViewItemEventArgs>)
public static Foundation.NSObject ObserveItemWillExpand (Foundation.NSObject objectToObserve, EventHandler<AppKit.NSOutlineViewItemEventArgs> handler);
static member ObserveItemWillExpand : Foundation.NSObject * EventHandler<AppKit.NSOutlineViewItemEventArgs> -> Foundation.NSObject
Paramètres
- objectToObserve
- NSObject
- handler
- EventHandler<NSOutlineViewItemEventArgs>