NSTextFieldSelectCandidate Delegate

Definition

public delegate bool NSTextFieldSelectCandidate(NSTextField textField, NSTextView textView, nuint index);
type NSTextFieldSelectCandidate = delegate of NSTextField * NSTextView * nuint -> bool

Parameters

textField
NSTextField
textView
NSTextView
index
System.System.UIntPtr System.unativeint

Return Value

Applies to