Hi Julio,
For controls that do not derive from NSControl like NSTextView/NSTabView, you can use Eto.Mac.Forms.MacView as a base of your handler instead.
Other platforms have similar structures, but specific to its hierarchy, such as WpfFrameworkElement and WpfControl.
Hope this helps!
Curtis.