I haven't used it, but the docs make it seem pretty simple. Just specify a
static method to call that has a signature like this:
static void Callback (object obj)
{
Foo myFoo = (Foo) obj;
obj.Callback ();
}
On Fri, Feb 24, 2012 at 9:49 AM, nrushforth <[email protected]>wrote:
> Thanks for the update. Any idea on how to use the [OnTap attribute].
>
> I think the method that will be called from the [OnTap] atrribute has to
> live in the AppDelegate class, is this correct? (can't test my theory just
> now as not near the Mac)
>
> thanks
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/Monotouch-Dialog-tp4415434p4417629.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch