Share via


IBETextInputDelegate Interface

Definition

This interface represents the Objective-C protocol BETextInputDelegate.

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="BETextInputDelegate", WrapperType=typeof(BrowserEngineKit.BETextInputDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ShouldDeferEventHandlingToSystem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput), typeof(BrowserEngineKit.BEKeyEntryContext) }, ReturnType=typeof(System.Boolean), Selector="shouldDeferEventHandlingToSystemForTextInput:context:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SetCandidateSuggestions", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput), typeof(BrowserEngineKit.BETextSuggestion[]) }, Selector="textInput:setCandidateSuggestions:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SelectionWillChange", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput) }, Selector="selectionWillChangeForTextInput:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SelectionDidChange", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput) }, Selector="selectionDidChangeForTextInput:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DeferReplaceTextActionToSystem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput), typeof(Foundation.NSObject) }, Selector="textInput:deferReplaceTextActionToSystem:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="InvalidateTextEntryContext", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput) }, Selector="invalidateTextEntryContextForTextInput:")]
public interface IBETextInputDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="BETextInputDelegate", WrapperType=typeof(BrowserEngineKit.BETextInputDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ShouldDeferEventHandlingToSystem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput), typeof(BrowserEngineKit.BEKeyEntryContext) }, ReturnType=typeof(System.Boolean), Selector="shouldDeferEventHandlingToSystemForTextInput:context:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SetCandidateSuggestions", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput), typeof(BrowserEngineKit.BETextSuggestion[]) }, Selector="textInput:setCandidateSuggestions:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SelectionWillChange", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput) }, Selector="selectionWillChangeForTextInput:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SelectionDidChange", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput) }, Selector="selectionDidChangeForTextInput:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DeferReplaceTextActionToSystem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput), typeof(Foundation.NSObject) }, Selector="textInput:deferReplaceTextActionToSystem:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="InvalidateTextEntryContext", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(BrowserEngineKit.IBETextInput) }, Selector="invalidateTextEntryContextForTextInput:")>]
type IBETextInputDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to