NSLayoutManager.ProcessEditing 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.
Notifies the NSLayoutManager of an edit action.
[Foundation.Export("processEditingForTextStorage:edited:range:changeInLength:invalidatedRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ProcessEditing (UIKit.NSTextStorage textStorage, UIKit.NSTextStorageEditActions editMask, Foundation.NSRange newCharRange, nint delta, Foundation.NSRange invalidatedCharRange);
abstract member ProcessEditing : UIKit.NSTextStorage * UIKit.NSTextStorageEditActions * Foundation.NSRange * nint * Foundation.NSRange -> unit
override this.ProcessEditing : UIKit.NSTextStorage * UIKit.NSTextStorageEditActions * Foundation.NSRange * nint * Foundation.NSRange -> unit
Parameters
- textStorage
- NSTextStorage
- editMask
- NSTextStorageEditActions
- newCharRange
- NSRange
- delta
- System.System.IntPtr System.nativeint
- invalidatedCharRange
- NSRange
- Attributes