INSSearchFieldDelegate Interface

Definition

[Foundation.Protocol(Name="NSSearchFieldDelegate", WrapperType=typeof(AppKit.NSSearchFieldDelegateWrapper))]
public interface INSSearchFieldDelegate : AppKit.INSTextFieldDelegate, IDisposable
type INSSearchFieldDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSTextFieldDelegate
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

SearchingEnded(INSSearchFieldDelegate, NSSearchField)
SearchingStarted(INSSearchFieldDelegate, NSSearchField)
Changed(INSTextFieldDelegate, NSNotification)
DidFailToFormatString(INSTextFieldDelegate, NSControl, String, String)
DidFailToValidatePartialString(INSTextFieldDelegate, NSControl, String, String)
DoCommandBySelector(INSTextFieldDelegate, NSControl, NSTextView, Selector)
EditingBegan(INSTextFieldDelegate, NSNotification)
EditingEnded(INSTextFieldDelegate, NSNotification)
GetCandidates(INSTextFieldDelegate, NSTextField, NSTextView, NSRange)
GetCompletions(INSTextFieldDelegate, NSControl, NSTextView, String[], NSRange, nint)
GetTextCheckingResults(INSTextFieldDelegate, NSTextField, NSTextView, NSTextCheckingResult[], NSRange)
IsValidObject(INSTextFieldDelegate, NSControl, NSObject)
ShouldSelectCandidate(INSTextFieldDelegate, NSTextField, NSTextView, nuint)
TextShouldBeginEditing(INSTextFieldDelegate, NSControl, NSText)
TextShouldEndEditing(INSTextFieldDelegate, NSControl, NSText)

Applies to