スライダーの値が変更されたときに、UIBarButton の識別子を変更したいと考えています。私はそのようにそれを試しました:
var button = new UIBarButtonItem(UIBarButtonSystemItem.Save);
this.Pad_btnClose = null;
this.Pad_btnClose = button;
しかし、うまくいきません。私もそのように試しました:
this.Pad_btnClose = new UIBarButtonItem(UIBarButtonSystemItem.Save);
も機能しません。