NSTableViewDelegate.RowActions 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.
[Foundation.Export("tableView:rowActionsForRow:edge:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTableViewRowAction[] RowActions(AppKit.NSTableView tableView, IntPtr row, AppKit.NSTableRowActionEdge edge);
[<Foundation.Export("tableView:rowActionsForRow:edge:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RowActions : AppKit.NSTableView * nativeint * AppKit.NSTableRowActionEdge -> AppKit.NSTableViewRowAction[]
override this.RowActions : AppKit.NSTableView * nativeint * AppKit.NSTableRowActionEdge -> AppKit.NSTableViewRowAction[]
Parameters
- tableView
- NSTableView
- row
-
IntPtr
nativeint
- edge
- NSTableRowActionEdge
Returns
Implements
- Attributes