コード例 #1
0
 private void OnRemoveActionFromActionButton(object sender, RemoveActionFromActionButtonArgs args)
 {
     if (_actionbarIndexes.TryGetValue(args.Index, out var visualElement))
     {
         visualElement.style.backgroundImage = null;
     }
 }
コード例 #2
0
 private void ActionbarControllerOnRemoveActionFromActionButtonEvent(object sender, RemoveActionFromActionButtonArgs e)
 {
     _actionbarButtons[e.Index].Clear();
 }