Skip to content

ColorPickerSelectedColorChangedEventArgs

Summary

Provides data for the ColorPicker SelectedColorChanged event.

Signature

1
public class ColorPickerSelectedColorChangedEventArgs

Namespace

cAlgo.API

Properties

ColorPicker

Summary

Gets the color picker control.

Signature

1
public ColorPicker ColorPicker {get;}

Return Value

ColorPicker

NewSelectedColor

Summary

Gets the new selected color.

Signature

1
public Color NewSelectedColor {get;}

Return Value

Color

PreviousSelectedColor

Summary

Gets the previous selected color.

Signature

1
public Color PreviousSelectedColor {get;}

Return Value

Color