Raised when the value displayed by the control has changed.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.Common.Wpf
C#
![]() |
---|
public event EventHandler<EventArgs> ValueChanged |
Visual Basic
![]() |
---|
Public Event ValueChanged As EventHandler(Of EventArgs) |
ValueChanged event handlers receive an argument of type EventArgs.