The documentation seems to imply that you can use many of the same reactive types that are available on Xamarin.iOS, which is not true. For example, on Mac, there is no:
Root of the issue is that these types are all derived from UIKit stuff (i.e. iOS's UITableView instead of macOS's NSTableView). EITHER they should be removed from the xam.mac documentation, OR they should be ported (which I imagine can't be too bad, since UIKit and AppKit are so similar, right?).