NSTableView.PerformClick(nint, nint) Method

Definition

[Foundation.Export("performClickOnCellAtColumn:row:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use a View Based TableView; directly interact with a particular view as required and call PerformClick on it, if necessary.")]
public virtual void PerformClick (nint column, nint row);
override this.PerformClick : nint * nint -> unit

Parameters

column
System.System.IntPtr System.nativeint
row
System.System.IntPtr System.nativeint
Attributes

Applies to