NSTableViewSearchString Delegate
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.
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