mono - Creating Protocol/Delegate in Monotouch -


i'm bit confused how create custom protocol/delegate type in monotouch.

the obj-c equivalent

@protocol cellcontroller    - (uitableviewcell *)tableview:(uitableview *)tableview cellforrowatindexpath (nsindexpath *)indexpath;    @optional    - (void)tableview:(uitableview *)tableview didselectrowatindexpath:(nsindexpath *)indexpath; @end 

does implementation have abstract class, interface or what?

i'm sure not complicated, can't head around it. code example helpful, getting pointed in right direction still extremely helpful

cheers

r

so ended doing creating interface , using :)


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -