Share via


NSTableViewDelegate_Extensions.RowActions Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSTableViewRowAction[] RowActions(this AppKit.INSTableViewDelegate This, AppKit.NSTableView tableView, IntPtr row, AppKit.NSTableRowActionEdge edge);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RowActions : AppKit.INSTableViewDelegate * AppKit.NSTableView * nativeint * AppKit.NSTableRowActionEdge -> AppKit.NSTableViewRowAction[]

Parameters

tableView
NSTableView
row
IntPtr

nativeint

Returns

Attributes

Applies to