Ejemplo n.º 1
0
 /// <summary>
 /// Handles the color changed event of any color chooser.
 /// </summary>
 private void clr_ColorChanged(ColorChooser sender, System.Drawing.Color color)
 {
     if (!this.setting)
     {
         this.StyleChanged?.Invoke(this.SubStyle);
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Handles the color changed event of any color chooser.
 /// </summary>
 private void clr_ColorChanged(ColorChooser sender, System.Drawing.Color color)
 {
     if (!this.setting) this.StyleChanged?.Invoke(this.SubStyle);
 }