If anybody is interested, i solved it this way: this.NavigationItem.LeftBarButtonItem = new UIBarButtonItem(newUIImageView(tt));
this.NavigationItem.LeftBarButtonItem.Clicked+=delegate{
System.Diagnostics.Debug.WriteLine("back");
goback();
} ;
But the Clicked Event is not beeing called,...
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
