Tells the delegate that the field editor for a text-displaying object has been requested.
Original signature is '- (id)windowWillReturnFieldEditor:(NSWindow *)sender toObject:(id)client'
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
public event NSWindow..::..WindowWillReturnFieldEditorToObjectEventHandler WindowWillReturnFieldEditorToObject
Public Event WindowWillReturnFieldEditorToObject As NSWindow..::..WindowWillReturnFieldEditorToObjectEventHandler
public: event NSWindow..::..WindowWillReturnFieldEditorToObjectEventHandler^ WindowWillReturnFieldEditorToObject { void add (NSWindow..::..WindowWillReturnFieldEditorToObjectEventHandler^ value); void remove (NSWindow..::..WindowWillReturnFieldEditorToObjectEventHandler^ value); }
The field editor for client; returns nil when the delegate has no field editor to assign.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)