/// <summary> /// Raises the PageClicked event. /// </summary> /// <param name="e">An KryptonPageEventArgs containing the event data.</param> protected virtual void OnPageClicked(KryptonPageEventArgs e) { PageClicked?.Invoke(this, e); }
private void INDEX_BUTTON_Click(object sender, EventArgs e) { PageClicked.Invoke(index); }