Share via


NSTextContentStorage.ProcessEditing Method

Definition

[Foundation.Export("processEditingForTextStorage:edited:range:changeInLength:invalidatedRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ProcessEditing(UIKit.NSTextStorage textStorage, UIKit.NSTextStorageEditActions editMask, Foundation.NSRange newCharRange, IntPtr delta, Foundation.NSRange invalidatedCharRange);
[<Foundation.Export("processEditingForTextStorage:edited:range:changeInLength:invalidatedRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ProcessEditing : UIKit.NSTextStorage * UIKit.NSTextStorageEditActions * Foundation.NSRange * nativeint * Foundation.NSRange -> unit
override this.ProcessEditing : UIKit.NSTextStorage * UIKit.NSTextStorageEditActions * Foundation.NSRange * nativeint * Foundation.NSRange -> unit

Parameters

textStorage
NSTextStorage
newCharRange
NSRange
delta
IntPtr

nativeint

invalidatedCharRange
NSRange

Implements

Attributes

Applies to