Share via


INSTextStorageDelegate.WillProcessEditing Method

Definition

Indicates that processing of the editing on the specified editedRange is about to start.

[Foundation.Export("textStorage:willProcessEditing:range:changeInLength:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillProcessEditing(UIKit.NSTextStorage textStorage, UIKit.NSTextStorageEditActions editedMask, Foundation.NSRange editedRange, IntPtr delta);
[<Foundation.Export("textStorage:willProcessEditing:range:changeInLength:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillProcessEditing : UIKit.NSTextStorage * UIKit.NSTextStorageEditActions * Foundation.NSRange * nativeint -> unit
override this.WillProcessEditing : UIKit.NSTextStorage * UIKit.NSTextStorageEditActions * Foundation.NSRange * nativeint -> unit

Parameters

textStorage
NSTextStorage
editedRange
NSRange
delta
IntPtr

nativeint

Attributes

Applies to