NSTextStorageDelegate
NSTextStorageDelegate()
NSTextStorageDelegate(IntPtr)
NSTextStorageDelegate(NativeHandle)
NSTextStorageDelegate(NSObjectFlag)
DidProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, nint)
DidProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, nint)
TextStorageDidProcessEditing(NSNotification)
TextStorageWillProcessEditing(NSNotification)
WillProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, nint)
WillProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, nint)
xamarinmac
namespace AppKit
{
[Model]
[Protocol]
[Register("NSTextStorageDelegate", false)]
public class NSTextStorageDelegate : NSObject, INSTextStorageDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("textStorage:willProcessEditing:range:changeInLength:")]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
public virtual void WillProcessEditing(NSTextStorage! textStorage, NSTextStorageEditActions editedMask, NSRange editedRange, nint delta);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API