IBETextInputDelegate.DeferReplaceTextActionToSystem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("textInput:deferReplaceTextActionToSystem:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DeferReplaceTextActionToSystem(BrowserEngineKit.IBETextInput textInput, Foundation.NSObject sender);
[<Foundation.Export("textInput:deferReplaceTextActionToSystem:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DeferReplaceTextActionToSystem : BrowserEngineKit.IBETextInput * Foundation.NSObject -> unit
override this.DeferReplaceTextActionToSystem : BrowserEngineKit.IBETextInput * Foundation.NSObject -> unit
Parameters
- textInput
- IBETextInput
- sender
- NSObject
- Attributes