NSTableViewRowActionsGetter Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public delegate AppKit.NSTableViewRowAction[] NSTableViewRowActionsGetter(NSTableView tableView, nint row, NSTableRowActionEdge edge);
type NSTableViewRowActionsGetter = delegate of NSTableView * nint * NSTableRowActionEdge -> NSTableViewRowAction[]
Parâmetros
- tableView
- NSTableView
- row
- System.System.IntPtr System.nativeint
- edge
- NSTableRowActionEdge