NSSearchFieldDelegate
NSSearchFieldDelegate()
NSSearchFieldDelegate(IntPtr)
NSSearchFieldDelegate(NativeHandle)
NSSearchFieldDelegate(NSObjectFlag)
Changed(NSNotification)
DidFailToFormatString(NSControl, String, String)
DidFailToValidatePartialString(NSControl, String, String)
DoCommandBySelector(NSControl, NSTextView, Selector)
EditingBegan(NSNotification)
EditingEnded(NSNotification)
GetCandidates(NSTextField, NSTextView, NSRange)
GetCompletions(NSControl, NSTextView, String[], NSRange, nint)
GetCompletions(NSControl, NSTextView, String[], NSRange, nint)
GetTextCheckingResults(NSTextField, NSTextView, NSTextCheckingResult[], NSRange)
IsValidObject(NSControl, NSObject)
SearchingEnded(NSSearchField)
SearchingStarted(NSSearchField)
ShouldSelectCandidate(NSTextField, NSTextView, nuint)
ShouldSelectCandidate(NSTextField, NSTextView, nuint)
TextShouldBeginEditing(NSControl, NSText)
TextShouldEndEditing(NSControl, NSText)
xamarinmac
namespace AppKit
{
[Model]
[Protocol]
[Register("NSSearchFieldDelegate", false)]
public class NSSearchFieldDelegate : NSObject, INSSearchFieldDelegate, INSTextFieldDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("textField:textView:shouldSelectCandidateAtIndex:")]
[Introduced(PlatformName.MacOSX, 10, 12, 2, PlatformArchitecture.All, null)]
public virtual bool ShouldSelectCandidate(NSTextField! textField, NSTextView! textView, nuint index);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API