UITextViewDelegateShouldInteractTextDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate for determining whether a text view should interact with a text attachment.
public delegate bool UITextViewDelegateShouldInteractTextDelegate(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange, UITextItemInteraction interaction);
type UITextViewDelegateShouldInteractTextDelegate = delegate of UITextView * NSTextAttachment * NSRange * UITextItemInteraction -> bool
Parameters
- textView
- UITextView
- textAttachment
- NSTextAttachment
- characterRange
- NSRange
- interaction
- UITextItemInteraction