NSLayoutManager.TextStorageEdited Method

Definition

[Foundation.Export("textStorage:edited:range:changeInLength:invalidatedRange:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, "Use ProcessEditing (NSTextStorage textStorage, NSTextStorageEditActions editMask, NSRange newCharRange, nint delta, NSRange invalidatedCharRange) instead).")]
public virtual void TextStorageEdited (AppKit.NSTextStorage str, AppKit.NSTextStorageEditedFlags editedMask, Foundation.NSRange newCharRange, nint changeInLength, Foundation.NSRange invalidatedCharRange);
abstract member TextStorageEdited : AppKit.NSTextStorage * AppKit.NSTextStorageEditedFlags * Foundation.NSRange * nint * Foundation.NSRange -> unit
override this.TextStorageEdited : AppKit.NSTextStorage * AppKit.NSTextStorageEditedFlags * Foundation.NSRange * nint * Foundation.NSRange -> unit

Parameters

newCharRange
NSRange
changeInLength
System.System.IntPtr System.nativeint
invalidatedCharRange
NSRange
Attributes

Applies to