Share via


NSTableViewSearchString Delegate

Definition

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

Parameters

tableView
NSTableView
startRow
IntPtr

nativeint

endRow
IntPtr

nativeint

searchString
String

Return Value

IntPtr

nativeint

Applies to