Share via


UITableView.DeselectRow(NSIndexPath, Boolean) Method

Definition

[Foundation.Export("deselectRowAtIndexPath:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DeselectRow(Foundation.NSIndexPath indexPath, bool animated);
[<Foundation.Export("deselectRowAtIndexPath:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DeselectRow : Foundation.NSIndexPath * bool -> unit
override this.DeselectRow : Foundation.NSIndexPath * bool -> unit

Parameters

indexPath
NSIndexPath
animated
Boolean
Attributes

Applies to