Intersoft ClientUI Documentation
OnValueChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXUpDownItemsBase<T> Class : OnValueChanged Method






args
Event args.
Raises the ValueChanged event when Value property has changed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnValueChanged( _
   ByVal args As PropertyChangedEventArgs(Of T) _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXUpDownItemsBase(Of T)
Dim args As PropertyChangedEventArgs(Of T)
 
instance.OnValueChanged(args)
C# 
protected virtual void OnValueChanged( 
   PropertyChangedEventArgs<T> args
)
Delphi 
protected procedure OnValueChanged( 
    args: PropertyChangedEventArgs
); virtual; 
JScript 
protected function OnValueChanged( 
   args : PropertyChangedEventArgs
);
Managed Extensions for C++ 
protected: virtual void OnValueChanged( 
   PropertyChangedEventArgs<T*>* args
) 
C++/CLI 
protected:
virtual void OnValueChanged( 
   PropertyChangedEventArgs<T^>^ args
) 

Parameters

args
Event args.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.