MonobjcMonobjc Documented Class Library
NSViewFocusDidChangeNotification Field
NamespacesMonobjc.AppKitNSViewNSViewFocusDidChangeNotification

Deprecated notification that was posted for an NSView object and each of its descendants (recursively) whenever the frame or bounds geometry of the view changed.

In Mac OS X v10.4 and later, this notification is no longer posted. In earlier version of Mac OS X, use NSViewBoundsDidChangeNotification and NSViewFrameDidChangeNotification instead to get the same information provided by this notification.

The notification object is the view whose geometry changed. This notification does not contain a userInfo dictionary.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSViewFocusDidChangeNotification
Public Shared ReadOnly NSViewFocusDidChangeNotification As NSString
public:
static initonly NSString^ NSViewFocusDidChangeNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)