xamarinmac
namespace AppKit
{
    [Protocol(Name = "NSTextFieldDelegate", WrapperType = typeof(NSTextFieldDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFailToValidatePartialString", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSControl), typeof(string), typeof(string) }, Selector = "control:didFailToValidatePartialString:errorDescription:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EditingEnded", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidEndEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Changed", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidChange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EditingBegan", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidBeginEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "TextShouldBeginEditing", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSControl), typeof(NSText) }, ReturnType = typeof(bool), Selector = "control:textShouldBeginEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "TextShouldEndEditing", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSControl), typeof(NSText) }, ReturnType = typeof(bool), Selector = "control:textShouldEndEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFailToFormatString", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSControl), typeof(string), typeof(string) }, ReturnType = typeof(bool), Selector = "control:didFailToFormatString:errorDescription:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IsValidObject", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSControl), typeof(NSObject) }, ReturnType = typeof(bool), Selector = "control:isValidObject:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DoCommandBySelector", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSControl), typeof(NSTextView), typeof(Selector) }, ReturnType = typeof(bool), Selector = "control:textView:doCommandBySelector:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetCompletions", ParameterByRef = new[] { false, false, false, false, true }, ParameterType = new[] { typeof(NSControl), typeof(NSTextView), typeof(string[]), typeof(NSRange), typeof(nint) }, ReturnType = typeof(string[]), Selector = "control:textView:completions:forPartialWordRange:indexOfSelectedItem:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetCandidates", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSTextField), typeof(NSTextView), typeof(NSRange) }, ReturnType = typeof(NSObject[]), Selector = "textField:textView:candidatesForSelectedRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetTextCheckingResults", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSTextField), typeof(NSTextView), typeof(NSTextCheckingResult[]), typeof(NSRange) }, ReturnType = typeof(NSTextCheckingResult[]), Selector = "textField:textView:candidates:forSelectedRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldSelectCandidate", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSTextField), typeof(NSTextView), typeof(nuint) }, ReturnType = typeof(bool), Selector = "textField:textView:shouldSelectCandidateAtIndex:")]
    public interface INSTextFieldDelegate : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
.NET 6.07.08.09.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

05/12/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙