Compartir a través de


UITextView.ShouldInteractWithTextAttachment Propiedad

Definición

Delegado invocado por el objeto para obtener un valor.

public Func<UIKit.UITextView,UIKit.NSTextAttachment,Foundation.NSRange,bool> ShouldInteractWithTextAttachment { get; set; }
member this.ShouldInteractWithTextAttachment : Func<UIKit.UITextView, UIKit.NSTextAttachment, Foundation.NSRange, bool> with get, set

Valor de propiedad

Comentarios

Los desarrolladores asignan una función, un delegado o un método anónimo a esta propiedad para devolver un valor al objeto . Si los desarrolladores asignan un valor a esta propiedad, se restablecerá el valor de la propiedad WeakDelegate a un controlador interno que asigna delegados a eventos.

Se aplica a