Intersoft ClientUI Documentation
ValueChanging Event (UXUpDownBase<T>)



Occurs when Value property is changing.
Syntax
Public Event ValueChanging As Intersoft.Client.Framework.PropertyChangingEventHandler(Of T)
Dim instance As UXUpDownBase(Of T)
Dim handler As Intersoft.Client.Framework.PropertyChangingEventHandler(Of T)
 
AddHandler instance.ValueChanging, handler
public event Intersoft.Client.Framework.PropertyChangingEventHandler<T> ValueChanging
public:
event Intersoft.Client.Framework.PropertyChangingEventHandler<T^>^ ValueChanging
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