Hi,
I have 4 spinners on a single tab. The ItemEvent event shoves them all to a
single method for processing.
Is there a simple way in that event to get the name of the spinner? On a
standard winform, I'd use
Spinner spin = (Spinner) sender;
switch (sender.Name)
{
///
}
but I can't see anything similar or obvious for the ItemEvent. Any clues on
this?
Thanks
Paul
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid