NSScrollView.Notifications.ObserveDidEndLiveMagnify 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
ObserveDidEndLiveMagnify(EventHandler<NSNotificationEventArgs>) | |
ObserveDidEndLiveMagnify(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveDidEndLiveMagnify(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveDidEndLiveMagnify (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidEndLiveMagnify : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parametri
- handler
- EventHandler<NSNotificationEventArgs>
Restituisce
Si applica a
ObserveDidEndLiveMagnify(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveDidEndLiveMagnify (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidEndLiveMagnify : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parametri
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>