namespace AppKit
{
    [Protocol(Name = "NSControlTextEditingDelegate", WrapperType = typeof(NSControlTextEditingDelegateWrapper))]
    [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 = "ControlTextDidBeginEditing", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidBeginEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ControlTextDidEndEditing", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidEndEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ControlTextDidChange", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidChange:")]
    [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(IntPtr) }, ReturnType = typeof(string[]), Selector = "control:textView:completions:forPartialWordRange:indexOfSelectedItem:")]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("maccatalyst")]
    public interface INSControlTextEditingDelegate : INativeObject, IDisposable
}
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 6.0-macos7.0-macos8.0-macos9.0-macos
Xamarin macOS 0.0
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • Mac Catalyst
  • macOS
  • Built-in API
  • Package-provided API

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