예제 #1
0
 // Do NOT remove this handler even if ReSharper cannot find it's usage. It is referred in BarCell.designer.cs file by its name. That's how Xamarin is linking the event on the button.
 partial void HandleButtonAddBarTouchUpInside(NSObject sender)
 {
     MyViewModel.AddBarCell();
 }