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)]
[Deprecated(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, "Use WillProcessEditing instead.")]
[Export("textStorageWillProcessEditing:")]
public virtual void TextStorageWillProcessEditing(NSNotification! notification);
}
}
.NET | 6.07.08.09.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