Share via


NSTextStorageDelegate.DidProcessEditing メソッド

定義

指定した editedRange の編集が完了したことを示します。

[Foundation.Export("textStorage:didProcessEditing:range:changeInLength:")]
public virtual void DidProcessEditing (UIKit.NSTextStorage textStorage, UIKit.NSTextStorageEditActions editedMask, Foundation.NSRange editedRange, nint delta);
abstract member DidProcessEditing : UIKit.NSTextStorage * UIKit.NSTextStorageEditActions * Foundation.NSRange * nint -> unit
override this.DidProcessEditing : UIKit.NSTextStorage * UIKit.NSTextStorageEditActions * Foundation.NSRange * nint -> unit

パラメーター

textStorage
NSTextStorage
editedRange
NSRange
delta
System.System.IntPtr System.nativeint
属性

適用対象