예제 #1
0
 // Invoke the Changed event; called whenever repetitions changes
 protected virtual void OnEditSettings(EditCatalogSettingsArgs e)
 {
     if (ClickEditSettingsEvent != null)
     {
         ClickEditSettingsEvent(this, e);
     }
 }
예제 #2
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void GuiCatalogTileButtonWasClicked(object sender, EditCatalogSettingsArgs e)
 {
     ScreenState = UserInterface.ScreenState.Active | UserInterface.ScreenState.NonInteractive;
     OnTransition(new TransitionEventArgs(e.ID, "CatalogTileEdit"));
 }
예제 #3
0
 private void GuiCatalogTileButtonWasClicked(object sender, EditCatalogSettingsArgs e)
 {
     ScreenState = UserInterface.ScreenState.Active | UserInterface.ScreenState.NonInteractive;
     OnTransition(new TransitionEventArgs(e.ID, "CatalogTileEdit"));
 }
예제 #4
0
 // Invoke the Changed event; called whenever repetitions changes
 protected virtual void OnEditSettings(EditCatalogSettingsArgs e)
 {
     if (ClickEditSettingsEvent != null)
         ClickEditSettingsEvent(this, e);
 }
 public void clickedOn(object sender, EditCatalogSettingsArgs e)
 {
     isClickedOn = true;
 }