I want to override mouseup event in NSOutlineView. For this I have subclassed NSOutlineView and added mouseup method in the subclass. However, this method is not getting called. Is there anything that I am missing ? The overridden mousedown method is working fine.