ColorChangedEventArgs Constructor
Initializes a new instance of the ColorChangedEventArgs class.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public ColorChangedEventArgs(
Color oldColor,
Color newColor
)
Public Sub New (
oldColor As Color,
newColor As Color
)
new :
oldColor : Color *
newColor : Color -> ColorChangedEventArgs
Parameters
- Color
- The old/original color from before the change event.
- Color
- The new/updated color that triggered the change event.