UITextViewDelegate_Extensions.ShouldEndEditing Method
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.
Whether editing should end in the specified UITextView.
public static bool ShouldEndEditing (this UIKit.IUITextViewDelegate This, UIKit.UITextView textView);
static member ShouldEndEditing : UIKit.IUITextViewDelegate * UIKit.UITextView -> bool
Parameters
- This
- IUITextViewDelegate
The instance on which this extension method operates.
- textView
- UITextView