NSTextInputContext.Notifications.ObserveKeyboardSelectionDidChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ObserveKeyboardSelectionDidChange(EventHandler<NSNotificationEventArgs>) | |
ObserveKeyboardSelectionDidChange(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveKeyboardSelectionDidChange(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveKeyboardSelectionDidChange (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveKeyboardSelectionDidChange : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parameters
- handler
- EventHandler<NSNotificationEventArgs>
Returns
Applies to
ObserveKeyboardSelectionDidChange(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveKeyboardSelectionDidChange (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveKeyboardSelectionDidChange : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parameters
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>