// Invoke the Changed event; called whenever repetitions changes protected virtual void OnEditSettings(EditCatalogSettingsArgs e) { if (ClickEditSettingsEvent != null) { ClickEditSettingsEvent(this, e); } }
/// <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")); }
private void GuiCatalogTileButtonWasClicked(object sender, EditCatalogSettingsArgs e) { ScreenState = UserInterface.ScreenState.Active | UserInterface.ScreenState.NonInteractive; OnTransition(new TransitionEventArgs(e.ID, "CatalogTileEdit")); }
// 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; }