NSTextStorageDelegate_Extensions.DidProcessEditing 方法

定义

指示已为指定的editingRange完成编辑。

public static void DidProcessEditing (this UIKit.INSTextStorageDelegate This, UIKit.NSTextStorage textStorage, UIKit.NSTextStorageEditActions editedMask, Foundation.NSRange editedRange, nint delta);
static member DidProcessEditing : UIKit.INSTextStorageDelegate * UIKit.NSTextStorage * UIKit.NSTextStorageEditActions * Foundation.NSRange * nint -> unit

参数

This
INSTextStorageDelegate

此扩展方法在其上运行的实例。

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

适用于