INSTextStorageDelegate Interface

Definition

[Foundation.Protocol(Name="NSTextStorageDelegate", WrapperType=typeof(AppKit.NSTextStorageDelegateWrapper))]
public interface INSTextStorageDelegate : IDisposable, ObjCRuntime.INativeObject
type INSTextStorageDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

DidProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, nint)
TextStorageDidProcessEditing(INSTextStorageDelegate, NSNotification)
TextStorageWillProcessEditing(INSTextStorageDelegate, NSNotification)
WillProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, nint)

Applies to