NSWindowDelegate.WillReturnFieldEditor(NSWindow, NSObject) Method

Definition

[Foundation.Export("windowWillReturnFieldEditor:toObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject WillReturnFieldEditor(AppKit.NSWindow sender, Foundation.NSObject client);
[<Foundation.Export("windowWillReturnFieldEditor:toObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillReturnFieldEditor : AppKit.NSWindow * Foundation.NSObject -> Foundation.NSObject
override this.WillReturnFieldEditor : AppKit.NSWindow * Foundation.NSObject -> Foundation.NSObject

Parameters

sender
NSWindow
client
NSObject

Returns

Implements

Attributes

Applies to