Intersoft ClientUI Documentation
ValueChanged Event (UXUpDownBase<T>)



Occurs when Value property has changed.
Syntax
Public Event ValueChanged As Intersoft.Client.Framework.PropertyChangedEventHandler(Of T)
Dim instance As UXUpDownBase(Of T)
Dim handler As Intersoft.Client.Framework.PropertyChangedEventHandler(Of T)
 
AddHandler instance.ValueChanged, handler
public event Intersoft.Client.Framework.PropertyChangedEventHandler<T> ValueChanged
public:
event Intersoft.Client.Framework.PropertyChangedEventHandler<T^>^ ValueChanged
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXUpDownBase<T> Class
UXUpDownBase<T> Members

Send Feedback