Partager via


INSTextDelegate Interface

Définition

[Foundation.Protocol(Name="NSTextDelegate", WrapperType=typeof(AppKit.NSTextDelegateWrapper))]
public interface INSTextDelegate : IDisposable, ObjCRuntime.INativeObject
type INSTextDelegate = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Propriétés

Handle

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

(Hérité de INativeObject)

Méthodes d’extension

TextDidBeginEditing(INSTextDelegate, NSNotification)
TextDidChange(INSTextDelegate, NSNotification)
TextDidEndEditing(INSTextDelegate, NSNotification)
TextShouldBeginEditing(INSTextDelegate, NSText)
TextShouldEndEditing(INSTextDelegate, NSText)

S’applique à