Share via


NSTableViewSearchString Delegado

Definición

public delegate nint NSTableViewSearchString(NSTableView tableView, nint startRow, nint endRow, string searchString);
type NSTableViewSearchString = delegate of NSTableView * nint * nint * string -> nint

Parámetros

tableView
NSTableView
startRow
System.System.IntPtr System.nativeint
endRow
System.System.IntPtr System.nativeint
searchString
String

Valor devuelto

System.System.IntPtr System.nativeint

Se aplica a