NSTableViewRowAction.FromStyle Method

Definition

[Foundation.Export("rowActionWithStyle:title:handler:")]
public static AppKit.NSTableViewRowAction FromStyle (AppKit.NSTableViewRowActionStyle style, string title, Action<AppKit.NSTableViewRowAction,nint> handler);
static member FromStyle : AppKit.NSTableViewRowActionStyle * string * Action<AppKit.NSTableViewRowAction, nint> -> AppKit.NSTableViewRowAction

Parameters

title
String
handler

Action<NSTableViewRowAction,System.System.IntPtr>

Action<NSTableViewRowAction,System.nativeint>

Returns

Attributes

Applies to