ASP.NET Pack Programmer's Guide
ColorPicker.ValueChanged Event
See Also
 





Raised when the control's value has changed.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public event EventHandler<ValueChangedEventArgs<Color>> ValueChanged

Visual Basic  Copy Code

Public Event ValueChanged As EventHandler(Of ValueChangedEventArgs(Of Color))

 See Also

ColorPicker Members
ColorPicker Class
MindFusion.UI.WebForms Namespace