зеркало из https://github.com/xamarin/ios-samples.git
c48c4d648c
The new .editorconfig is copied from the one in xamarin/xamarin-macios. Formatting was fixed using 'dotnet format whitespace --folder .' |
||
---|---|---|
.. | ||
Resources | ||
Screenshots | ||
AppDelegate.cs | ||
ButtonEventDemo.csproj | ||
ButtonEventDemo.sln | ||
ButtonEventDemoViewController.cs | ||
ButtonEventDemoViewController.designer.cs | ||
ButtonEventDemoViewController.xib | ||
Info.plist | ||
Main.cs | ||
Metadata.xml | ||
README.md |
README.md
name | description | page_type | languages | products | urlFragment | ||
---|---|---|---|---|---|---|---|
Xamarin.iOS - Button Event Demo | Example demonstrating how to use a C event on a button press to run a callback | sample |
|
|
buttoneventdemo |
Button Event Demo
This is a simple example demonstrating how to use a C# event on a button press to run a callback. It also demonstrates how to do the same thing, but using code hooked up via Interface Builder.