BeerDrinkin.iOS.InAppPurchaseSearchTableViewCell.BtnSnapAPhoto_TouchUpInside C# (CSharp) Method

BtnSnapAPhoto_TouchUpInside() private method

private BtnSnapAPhoto_TouchUpInside ( UIButton sender ) : void
sender UIButton
return void
        partial void BtnSnapAPhoto_TouchUpInside(UIButton sender)
        {
            SnapPhotoButtonTapped();
        }

Same methods

InAppPurchaseSearchTableViewCell::BtnSnapAPhoto_TouchUpInside ( UIKit sender ) : void