NSOutlineView.Notifications.ObserveItemWillExpand Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- handler
- EventHandler<NSOutlineViewItemEventArgs>
Restituisce
Si applica a
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
Parametri
- objectToObserve
- NSObject
- handler
- EventHandler<NSOutlineViewItemEventArgs>