ios-samples/Protocols_Delegates_Events
Paola Villarreal b6c70b170e Protocols_Delegates_Events sample ported to 64-bits 2014-07-23 12:02:44 -05:00
..
Resources add new resources 2012-12-20 14:20:14 -05:00
Screenshots Added new sample screenshots 2012-03-07 16:35:49 -05:00
AppDelegate.cs Protocols_Delegates_Events sample ported to 64-bits 2014-07-23 12:02:44 -05:00
Info.plist add new resources 2012-12-20 14:20:14 -05:00
Main.cs Protocols_Delegates_Events sample ported to 64-bits 2014-07-23 12:02:44 -05:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
Protocols_Delegates_Events.csproj Protocols_Delegates_Events sample ported to 64-bits 2014-07-23 12:02:44 -05:00
Protocols_Delegates_Events.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Protocols_Delegates_EventsViewController.cs Protocols_Delegates_Events sample ported to 64-bits 2014-07-23 12:02:44 -05:00
Protocols_Delegates_EventsViewController.designer.cs Protocols_Delegates_Events sample ported to 64-bits 2014-07-23 12:02:44 -05:00
Protocols_Delegates_EventsViewController.xib Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
README.md README.md for Protocols_Delegates_Events. 2011-11-05 19:58:31 +01:00
SampleMapAnnotation.cs Protocols_Delegates_Events sample ported to 64-bits 2014-07-23 12:02:44 -05:00

README.md

Protocols, Delegates, and Events

This sample demonstrates how to interact with Objective-C protocols from C#, as well as using the alternative C# events/delegates.