Share via


NSTextFieldDelegate_Extensions Class

Definition

Extension methods to the INSTextFieldDelegate interface to support all the methods from the NSTextFieldDelegate protocol.

public static class NSTextFieldDelegate_Extensions
type NSTextFieldDelegate_Extensions = class
Inheritance
NSTextFieldDelegate_Extensions

Remarks

The extension methods for INSTextFieldDelegate interface allow developers to treat instances of the interface as having all the optional methods of the original NSTextFieldDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
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, IntPtr)
GetTextCheckingResults(INSTextFieldDelegate, NSTextField, NSTextView, NSTextCheckingResult[], NSRange)
IsValidObject(INSTextFieldDelegate, NSControl, NSObject)
ShouldSelectCandidate(INSTextFieldDelegate, NSTextField, NSTextView, UIntPtr)
TextShouldBeginEditing(INSTextFieldDelegate, NSControl, NSText)
TextShouldEndEditing(INSTextFieldDelegate, NSControl, NSText)

Applies to