INSTextStorageDelegate Interfaccia

Definizione

Oggetto delegato che fornisce eventi relativi all'elaborazione della modifica per NSTextStorage.

[Foundation.Protocol(Name="NSTextStorageDelegate", WrapperType=typeof(UIKit.NSTextStorageDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.NSTextStorage), typeof(UIKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:willProcessEditing:range:changeInLength:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.NSTextStorage), typeof(UIKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:didProcessEditing:range:changeInLength:")]
public interface INSTextStorageDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSTextStorageDelegate", WrapperType=typeof(UIKit.NSTextStorageDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.NSTextStorage), typeof(UIKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:willProcessEditing:range:changeInLength:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.NSTextStorage), typeof(UIKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:didProcessEditing:range:changeInLength:")>]
type INSTextStorageDelegate = interface
    interface INativeObject
    interface IDisposable
Derivato
Attributi
Implementazioni

Proprietà

Nome Descrizione
Handle

Handle (puntatore) alla rappresentazione dell'oggetto non gestito.

(Ereditato da INativeObject)

Metodi

Nome Descrizione
DidProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr)

Indica che la modifica è stata completata per l'oggetto editedRange specificato.

WillProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr)

Indica che l'elaborazione della modifica nell'oggetto editedRange specificato sta per iniziare.

Metodi di estensione

Nome Descrizione
DidProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr)

Indica che la modifica è stata completata per l'oggetto editedRange specificato.

GetHandle(INativeObject)

Oggetto delegato che fornisce eventi relativi all'elaborazione della modifica per NSTextStorage.

GetNonNullHandle(INativeObject, String)

Oggetto delegato che fornisce eventi relativi all'elaborazione della modifica per NSTextStorage.

WillProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr)

Indica che l'elaborazione della modifica nell'oggetto editedRange specificato sta per iniziare.

Si applica a

Vedi anche