NSTextFieldDelegate
NSTextFieldDelegate()
NSTextFieldDelegate(IntPtr)
NSTextFieldDelegate(NativeHandle)
NSTextFieldDelegate(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)
ShouldSelectCandidate(NSTextField, NSTextView, nuint)
ShouldSelectCandidate(NSTextField, NSTextView, nuint)
TextShouldBeginEditing(NSControl, NSText)
TextShouldEndEditing(NSControl, NSText)
xamarinmac
namespace AppKit
{
[Model]
[Protocol]
[Register("NSTextFieldDelegate", false)]
public class NSTextFieldDelegate : NSObject, INSTextFieldDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal NSTextFieldDelegate(IntPtr handle);
}
}
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