INSTextStorageDelegate Interface

Définition

Objet délégué qui fournit des événements relatifs au traitement de la modification pour NSTextStorage.

[Foundation.Protocol(Name="NSTextStorageDelegate", WrapperType=typeof(AppKit.NSTextStorageDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TextStorageWillProcessEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textStorageWillProcessEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TextStorageDidProcessEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textStorageDidProcessEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextStorage), typeof(AppKit.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(AppKit.NSTextStorage), typeof(AppKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:didProcessEditing:range:changeInLength:")]
public interface INSTextStorageDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSTextStorageDelegate", WrapperType=typeof(AppKit.NSTextStorageDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TextStorageWillProcessEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textStorageWillProcessEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TextStorageDidProcessEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textStorageDidProcessEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextStorage), typeof(AppKit.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(AppKit.NSTextStorage), typeof(AppKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:didProcessEditing:range:changeInLength:")>]
type INSTextStorageDelegate = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Propriétés

Nom Description
Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes

Nom Description
DidProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr)

Indique que la modification est terminée pour l’objet editedRange spécifié.

TextStorageDidProcessEditing(NSNotification)

Objet délégué qui fournit des événements relatifs au traitement de la modification pour NSTextStorage.

TextStorageWillProcessEditing(NSNotification)

Objet délégué qui fournit des événements relatifs au traitement de la modification pour NSTextStorage.

WillProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr)

Indique que le traitement de la modification sur l’objet editedRange spécifié est sur le point de démarrer.

Méthodes d’extension

Nom Description
DidProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr)

Indique que la modification est terminée pour l’objet editedRange spécifié.

GetHandle(INativeObject)

Objet délégué qui fournit des événements relatifs au traitement de la modification pour NSTextStorage.

GetNonNullHandle(INativeObject, String)

Objet délégué qui fournit des événements relatifs au traitement de la modification pour NSTextStorage.

TextStorageDidProcessEditing(INSTextStorageDelegate, NSNotification)

Objet délégué qui fournit des événements relatifs au traitement de la modification pour NSTextStorage.

TextStorageWillProcessEditing(INSTextStorageDelegate, NSNotification)

Objet délégué qui fournit des événements relatifs au traitement de la modification pour NSTextStorage.

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

Indique que le traitement de la modification sur l’objet editedRange spécifié est sur le point de démarrer.

S’applique à

Voir aussi