MindFusion.UI for WebForms Programmer's Guide

ColorPicker.ValueChanged Event

See Also
 





Raised when the control's value has changed.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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