Hello, > Hey, how can i register a method on something like a seekbarchanged (when i > adjust the slider)? > The example down there is how you would do it in java/Android SDK. > MonoDroid says he don't knows SeekBar.OnSeekbarChangeListener. >
Note that in M4A all interfaces are prefixed 'I' on their type names. That applies to nested types too. So, SeekBar.OnSeekBarChangeListener becomes SeekBar.IOnSeekBarChangeListener :) Atsushi Eno _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
