/// <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);
 }
Ejemplo n.º 2
0
 private void INDEX_BUTTON_Click(object sender, EventArgs e)
 {
     PageClicked.Invoke(index);
 }