UITextViewCondition Delegate

Definition

A delegate signature for a UITextView condition.

public delegate bool UITextViewCondition(UITextView textView);
type UITextViewCondition = delegate of UITextView -> bool

Parameters

textView
UITextView

Return Value

Applies to