NSTextStorage.Notifications.ObserveDidProcessEditing Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ObserveDidProcessEditing(EventHandler<NSNotificationEventArgs>) | |
ObserveDidProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveDidProcessEditing(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveDidProcessEditing (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidProcessEditing : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parámetros
- handler
- EventHandler<NSNotificationEventArgs>
Devoluciones
Se aplica a
ObserveDidProcessEditing(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveDidProcessEditing (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveDidProcessEditing : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parámetros
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>