Delegates can refer to several concepts.
Could anyone tell me when we use the AppDelegate.m and AppDelegate.h during iPhone programming? I have used only …
iphone objective-c xcode delegates viewcontrollerHere is what I want to achieve: I want to subclass an UIScrollView to have additional functionality. This subclass should …
objective-c ios delegates uiscrollview subclassI have a UITableView instance variable. I want to be able to register my view controller to be the UIScrollViewDelegate …
iphone cocoa-touch uitableview delegates uiscrollviewdelegatePlease read THIS post. I have the same problem as described in this post but I am trying to do …
winforms events user-controls delegates event-bubblingPossible Duplicate: are there function pointers in c#? I'm interested in finding the difference between delegate in C# and function …
c# c++ delegates function-pointersIs it possible to have a delegate as the parameter of an attribute? Like this: public delegate IPropertySet ConnectionPropertiesDelegate(); public …
c# delegates custom-attributesI am trying to call a method in my root view controller from a child view controller such that when …
iphone delegates notificationsIs it possible to add a generic delegate Action to a List collection? I need some kind of simple messaging …
c# generics collections delegates action